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.
npm audit
aud
1 parent d9c7ef1 commit a2306e7Copy full SHA for a2306e7
package.json
@@ -13,7 +13,7 @@
13
"postlint": "npm run type-check",
14
"pretest": "npm run lint",
15
"test": "npm run unit-test",
16
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
17
"type-check": "tsc",
18
"unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js tests/flat-config.js",
19
"update:eslint-docs": "eslint-doc-generator"
@@ -55,7 +55,6 @@
55
"@types/estree": "0.0.52",
56
"@types/node": "^4.9.5",
57
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
58
- "aud": "^2.0.5",
59
"babel-eslint": "^8 || ^9 || ^10.1.0",
60
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7",
61
"eslint-config-airbnb-base": "^15.0.0",
0 commit comments