snyk / nodejs-lockfile-parser

Generate a Snyk dependency tree from package-lock.json or yarn.lock file
Other
56 stars 28 forks source link

feat: add pruning to dep graph generation of yarn projects by default #190

Open JamesPatrickGill opened 1 year ago

JamesPatrickGill commented 1 year ago

What this does

This adds pruning to all dep graphs generated by Yarn projects with no opt out.

Notes