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 ca29c46 commit 0d9aee3Copy full SHA for 0d9aee3
package.json
@@ -19,7 +19,7 @@
19
"postlint": "tsc -p . && attw -P",
20
"tests-only": "nyc tape 'test/**/*.js'",
21
"test": "npm run tests-only",
22
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
23
"version": "auto-changelog && git add CHANGELOG.md",
24
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
25
},
@@ -75,7 +75,6 @@
75
"@types/make-generator-function": "^2.0.3",
76
"@types/object-inspect": "^1.8.4",
77
"@types/tape": "^5.6.4",
78
- "aud": "^2.0.4",
79
"auto-changelog": "^2.4.0",
80
"available-typed-arrays": "^1.0.7",
81
"eslint": "=8.8.0",
0 commit comments