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 db6113c commit 9b9b9cfCopy full SHA for 9b9b9cf
package.json
@@ -16,7 +16,7 @@
16
"test": "npm run tests-only && npm run test:corejs",
17
"tests-only": "nyc tape 'test/**/*.js'",
18
"test:corejs": "nyc tape test-corejs.js",
19
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
20
"lint": "eslint --ext=js,mjs .",
21
"version": "auto-changelog && git add CHANGELOG.md",
22
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
@@ -37,7 +37,6 @@
37
},
38
"devDependencies": {
39
"@ljharb/eslint-config": "^21.0.0",
40
- "aud": "^2.0.1",
41
"auto-changelog": "^2.4.0",
42
"core-js": "^3.19.3",
43
"eslint": "=8.8.0",
0 commit comments