Package Exports
- snyk-nodejs-lockfile-parser
- snyk-nodejs-lockfile-parser/dist/index.js
- snyk-nodejs-lockfile-parser/dist/parsers/lock-parser-base
- snyk-nodejs-lockfile-parser/dist/parsers/lock-parser-base.js
- snyk-nodejs-lockfile-parser/dist/parsers/package-lock-parser
- snyk-nodejs-lockfile-parser/dist/parsers/package-lock-parser.js
- snyk-nodejs-lockfile-parser/dist/parsers/yarn-lock-parser
- snyk-nodejs-lockfile-parser/dist/parsers/yarn-lock-parser.js
- snyk-nodejs-lockfile-parser/dist/parsers/yarn2-lock-parser
- snyk-nodejs-lockfile-parser/dist/parsers/yarn2-lock-parser.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snyk-nodejs-lockfile-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Snyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.
Snyk Node.js Lockfile Parser
This is a small utility package that parses lock file and returns either a dependency tree or a dependency graph. Dependency graphs are the more modern data type and we plan to migrate fully over.
Dep graph generation supported for:
package-lock.json
(at Versions 2 and 3)yarn.lock
Legacy dep tree supported for:
package-lock.json
- yarn 1
yarn.lock
- yarn 2
yarn.lock