We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aud
npm audit
1 parent aa8ded7 commit 4b23431Copy full SHA for 4b23431
package.json
@@ -21,7 +21,7 @@
21
"tests-only": "nyc tape 'test/**/*.js'",
22
"test:harmony": "nyc node --harmony --es-staging test",
23
"test": "npm run tests-only && npm run test:harmony",
24
- "posttest": "aud --production",
+ "posttest": "npx npm@\">= 10.2\" audit --production",
25
"version": "auto-changelog && git add CHANGELOG.md",
26
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
27
},
@@ -63,7 +63,6 @@
63
"@types/isarray": "^2.0.2",
64
"@types/tape": "^5.6.4",
65
"array.prototype.every": "^1.1.5",
66
- "aud": "^2.0.4",
67
"auto-changelog": "^2.4.0",
68
"eslint": "=8.8.0",
69
"evalmd": "^0.0.19",
0 commit comments