Azure DevOps is currently undergoing a facelift. If you are using the new design and you leverage the Package Management (Artifacts) option in Azure DevOps:

https://cdn.jasongaylord.com/images/2018/10/26/Artifacts_Menu_Option.png

If you’re using NPM, you may notice that the default view is to show all packages in the list including those found at npmjs.

https://cdn.jasongaylord.com/images/2018/10/26/Artifacts_Default_View.png

However, if you choose the Source dropdown menu, you can choose ‘This Feed’ to see only your packages that you’ve uploaded.

https://cdn.jasongaylord.com/images/2018/10/26/Artifacts_This_Feed.png

Early this year, I blogged about automatically pushing versioned NuGet packages to the Azure DevOps Artifacts (Package Management) feed using the Azure DevOps build process. If this is of interest, I’d highly recommend reading that post. It’s available at https://www.jasongaylord.com/blog/automatically-push-versioned-nuget-packages-using-vsts-build-process.