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.
aud
npm audit
1 parent bf446c8 commit 6fbada9Copy full SHA for 6fbada9
package.json
@@ -29,7 +29,7 @@
29
"test": "npm run tests-only && npm run test:harmony",
30
"tests-only": "nyc tape test",
31
"test:harmony": "nyc node --harmony --es-staging test",
32
- "posttest": "aud --production",
+ "posttest": "npx npm@'>=10.2' audit --production",
33
"lint": "eslint --ext=js,mjs .",
34
"postlint": "tsc -p . && attw -P",
35
"version": "auto-changelog && git add CHANGELOG.md",
@@ -78,7 +78,6 @@
78
"@types/make-generator-function": "^2.0.3",
79
"@types/node": "^20.11.25",
80
"@types/tape": "^5.6.4",
81
- "aud": "^2.0.4",
82
"auto-changelog": "^2.4.0",
83
"eslint": "=8.8.0",
84
"in-publish": "^2.0.1",
0 commit comments