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 b8d050b commit edb4afbCopy full SHA for edb4afb
package.json
@@ -13,7 +13,7 @@
13
"test:all": "npm run test:index && npm run test:uglified",
14
"test:index": "node test",
15
"test:uglified": "node test/uglified",
16
- "posttest": "aud --production",
+ "posttest": "npx npm@\">= 10.2\" audit --production",
17
"lint": "eslint --ext=js,mjs .",
18
"version": "auto-changelog && git add CHANGELOG.md",
19
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
@@ -44,7 +44,6 @@
44
},
45
"devDependencies": {
46
"@ljharb/eslint-config": "^21.0.0",
47
- "aud": "^2.0.1",
48
"auto-changelog": "^2.4.0",
49
"eslint": "=8.8.0",
50
"in-publish": "^2.0.1",
0 commit comments