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 fcdcb05 commit a3abb73Copy full SHA for a3abb73
package.json
@@ -16,7 +16,7 @@
16
"pretest": "npm run lint",
17
"tests-only": "nyc tape 'test/**/*.js'",
18
"test": "npm run tests-only",
19
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
20
"version": "auto-changelog && git add CHANGELOG.md",
21
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
22
},
@@ -48,7 +48,6 @@
48
"@types/for-each": "^0.3.3",
49
"@types/object-inspect": "^1.8.4",
50
"@types/tape": "^5.6.4",
51
- "aud": "^2.0.4",
52
"auto-changelog": "^2.4.0",
53
"available-typed-arrays": "^1.0.7",
54
"es-value-fixtures": "^1.4.2",
0 commit comments