We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run audit
1 parent 90eb2ed commit c8b38ecCopy full SHA for c8b38ec
package.json
@@ -37,6 +37,9 @@
37
"pretest": "npm run lint",
38
"test": "npm run tests-only",
39
"posttest": "npm run coverage -- --quiet",
40
+ "preaudit": "npm install --package-lock --package-lock-only",
41
+ "audit": "npm audit",
42
+ "postaudit": "rm package-lock.json",
43
"tests-only": "node test",
44
"coverage": "covert test/*.js",
45
"lint": "eslint ."
0 commit comments