You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the npm strategy only works for package-lock.json and npm-shrinkwrap.json lock files.
We could actually extend that to pnpm-lock.yaml using the npm strategy using programmatically the library provided by the pnpm organization which uses the same vulnerability registry.
It would allow us to enhance the compatibility of the npm strategy (pnpm + npm would be both supported).
The text was updated successfully, but these errors were encountered:
antoine-coulon
changed the title
Allow npm strategy to work with pnpm lock files
Allow npm strategy to work with pnpm
Oct 23, 2022
Currently, the
npm
strategy only works forpackage-lock.json
andnpm-shrinkwrap.json
lock files.We could actually extend that to
pnpm-lock.yaml
using thenpm
strategy using programmatically the library provided by the pnpm organization which uses the same vulnerability registry.It would allow us to enhance the compatibility of the
npm
strategy (pnpm + npm would be both supported).The text was updated successfully, but these errors were encountered: