Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
NPM Deprecation...
-
Have a (hopefully) simple question here-- does anyone know if ProGet's NPM functionality supports the ability to "deprecate" an NPM package? (i.e. https://docs.npmjs.com/cli/deprecate)
-
ProGet does not support the
deprecate
command, but you could accomplish the same thing by adding a Manual Vulnerability.We can't seem to figure out what the
deprecate
command actually does, or how it's supposed to work. It's pretty poorly documented, and since there is nodeprecated
flag in npm package metadata, the client must be doing some strange things to check. Who knows...Anyways, I'd stick with Manual Vulnerability, since at least that's documented a lot better and won't change from client version to client version.