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 0ba297a commit 954a0c7Copy full SHA for 954a0c7
package.json
@@ -26,7 +26,7 @@
26
"pretest": "npm run lint",
27
"tests-only": "nyc tape 'test/**/*.js'",
28
"test": "npm run tests-only --",
29
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
30
"version": "auto-changelog && git add CHANGELOG.md",
31
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
32
},
@@ -57,7 +57,6 @@
57
"@types/node": "^20.11.25",
58
"@types/object-inspect": "^1.8.4",
59
"@types/tape": "^5.6.4",
60
- "aud": "^2.0.4",
61
"auto-changelog": "^2.4.0",
62
"available-typed-arrays": "^1.0.7",
63
"es-value-fixtures": "^1.4.2",
0 commit comments