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 6180b31 commit 99b62d1Copy full SHA for 99b62d1
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
},
@@ -52,7 +52,6 @@
52
"@types/get-intrinsic": "^1.2.2",
53
"@types/object-inspect": "^1.8.4",
54
"@types/tape": "^5.6.4",
55
- "aud": "^2.0.4",
56
"auto-changelog": "^2.4.0",
57
"available-typed-arrays": "^1.0.7",
58
"es-value-fixtures": "^1.4.2",
0 commit comments