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 10b0823 commit 512b59dCopy full SHA for 512b59d
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
},
@@ -76,7 +76,6 @@
76
"@types/make-generator-function": "^2.0.3",
77
"@types/object-inspect": "^1.8.4",
78
"@types/tape": "^5.6.4",
79
- "aud": "^2.0.4",
80
"auto-changelog": "^2.4.0",
81
"eslint": "=8.8.0",
82
"evalmd": "^0.0.19",
0 commit comments