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 33ede20 commit 1f6d4deCopy full SHA for 1f6d4de
1 file changed
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
},
@@ -34,7 +34,6 @@
34
"devDependencies": {
35
"@es-shims/api": "^2.5.0",
36
"@ljharb/eslint-config": "^21.1.1",
37
- "aud": "^2.0.4",
38
"auto-changelog": "^2.4.0",
39
"eslint": "=8.8.0",
40
"functions-have-names": "^1.2.3",
0 commit comments