npm-dependency-graph icon indicating copy to clipboard operation
npm-dependency-graph copied to clipboard

Able to query private repo?

Open datvong-wm opened this issue 5 years ago • 1 comments
trafficstars

Can we query a private repo? (ie corporate repo)

datvong-wm avatar Dec 13 '19 03:12 datvong-wm

The default setting is to query the public registry at https://registry.npmjs.org

But you can use this as a library (or fork it) and change the URL to something else. You'll need to take care of proper authentication yourself, though.

spoenemann avatar Dec 13 '19 08:12 spoenemann