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 3a80072 commit aa7060aCopy full SHA for aa7060a
package.json
@@ -18,7 +18,7 @@
18
"pretest": "npm run lint",
19
"tests-only": "nyc tape 'test/**/*.js'",
20
"test": "npm run tests-only",
21
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
22
"version": "auto-changelog && git add CHANGELOG.md",
23
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
24
},
@@ -58,7 +58,6 @@
58
"@types/node": "^20.11.25",
59
"@types/object-inspect": "^1.8.4",
60
"@types/tape": "^5.6.4",
61
- "aud": "^2.0.4",
62
"auto-changelog": "^2.4.0",
63
"available-typed-arrays": "^1.0.7",
64
"es-value-fixtures": "^1.4.2",
0 commit comments