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 f5d7025 commit 5ea1506Copy full SHA for 5ea1506
package.json
@@ -11,7 +11,7 @@
11
"tests-only": "tape 'test/**/*.js'",
12
"pretest": "npm run lint",
13
"test": "npm run tests-only",
14
- "posttest": "aud --production",
+ "posttest": "npx npm@\">= 10.2\" audit --production",
15
"version": "auto-changelog && git add CHANGELOG.md",
16
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
17
},
@@ -31,7 +31,6 @@
31
32
"devDependencies": {
33
"@ljharb/eslint-config": "^21.1.0",
34
- "aud": "^2.0.4",
35
"auto-changelog": "^2.4.0",
36
"eslint": "=8.8.0",
37
"in-publish": "^2.0.1",
0 commit comments