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 b3698fb commit e0461edCopy full SHA for e0461ed
1 file changed
package.json
@@ -25,7 +25,7 @@
25
"prepublish": "not-in-publish || npm run prepublishOnly",
26
"pretest": "npm run lint",
27
"test": "npm run tests-only",
28
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
29
"tests-only": "nyc tape 'test/**/*.js'",
30
"prelint": "evalmd README.md",
31
"lint": "eslint --ext=js,mjs .",
@@ -57,7 +57,6 @@
57
"devDependencies": {
58
"@es-shims/api": "^2.4.2",
59
"@ljharb/eslint-config": "^21.1.0",
60
- "aud": "^2.0.4",
61
"auto-changelog": "^2.4.0",
62
"eslint": "=8.8.0",
63
"evalmd": "^0.0.19",
0 commit comments