We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ljharb
Learn more about funding links in repositories.
Report abuse
aud
npm audit
1 parent b829872 commit dd8ac52Copy full SHA for dd8ac52
package.json
@@ -26,13 +26,12 @@
26
"tests-only": "tape test/*.js",
27
"pretest": "npm run lint",
28
"test": "npm run --silent tests-only",
29
- "posttest": "npm run test:multirepo && aud --production",
+ "posttest": "npm run test:multirepo && npx npm@'>= 10.2' audit --production",
30
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
31
},
32
"devDependencies": {
33
"@ljharb/eslint-config": "^21.1.0",
34
"array.prototype.map": "^1.0.6",
35
- "aud": "^2.0.3",
36
"copy-dir": "^1.3.0",
37
"eclint": "^2.8.1",
38
"eslint": "=8.8.0",
0 commit comments