Dependency graph with npm-shrinkwrap? #29296
Unanswered
johnnaegle
asked this question in
Code Security
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a javascript project that is using npm-shrinkwrap.json instead of package-lock.json.
The dependency graph does not seem to analyze npm-shrinkwrap, only package-lock. The eco-system support only lists package.json and package-lock.json as supported dependency sources.
The dependency graph is pretty important to supply-chain security:
Is there anyway to have dependencies from
npm-shrinkwrap.json
included in the dependency graph so we can receive dependabot alerts for vulnerable packages?Beta Was this translation helpful? Give feedback.
All reactions