DennisvHest / vscode-npm-browser

Easily search, install and keep track of NPM packages from within Visual Studio Code.
14 stars 5 forks source link

Support private packages #23

Closed samdesota closed 3 years ago

samdesota commented 4 years ago

This is an initial attempt at supporting private packages.

Some things to clean up still, but after building I'm thinking it may be better to resolve all info via the npm view pkg-name --json instead of via the http, that way custom registries will work as by default as well.

Let me know if you have any thoughts.

DennisvHest commented 3 years ago

Partial support for private packages has been added in version 1.0.4.