文件名称:run-npm-audit:通过提供package(-lock).json作为字符串,以编程方式使用npm audit
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-04 16:28:03
JavaScript
RUN-NPM-AUDIT 以编程方式使用npm audit 。 提供package.json和package-lock.json并对其运行npm audit --json ( )。 用法 const runNpmAudit = require ( 'run-npm-audit' ) ; const package = JSON . stringify ( require ( './yorPackageJSONSomewhere.json' ) ) ; const packageLock = JSON . stringify ( require ( './yorPackageLockJSONSomewhere.json' ) ) ; const report = runNpmAudit ( { package , packageLock } ) ; // example-repo
【文件预览】:
run-npm-audit-master
----index.js(1012B)
----package.json(837B)
----.eslintrc.json(334B)
----test()
--------1low1moderate.json(273B)
--------index.spec.js(540B)
--------1low1moderate-lock.json(1KB)
----package-lock.json(124KB)
----.gitignore(13B)
----README.md(4KB)
----.editorconfig(532B)