We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aud
npm audit
1 parent eae3077 commit cbbc057Copy full SHA for cbbc057
package.json
@@ -9,7 +9,7 @@
9
"prepublish": "not-in-publish || npm run prepublishOnly",
10
"pretest": "npm run lint",
11
"test": "npm run tests-only",
12
- "posttest": "aud --production",
+ "posttest": "npx npm@\">= 10.2\" audit --production",
13
"tests-only": "nyc tape 'test/**/*.js'",
14
"lint": "eslint --ext=js,mjs ."
15
},
@@ -30,7 +30,6 @@
30
31
"devDependencies": {
32
"@ljharb/eslint-config": "^21.1.0",
33
- "aud": "^2.0.3",
34
"eslint": "=8.8.0",
35
"nyc": "^10.3.2",
36
"safe-publish-latest": "^2.0.0",
0 commit comments