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 f90cc35 commit c9a6694Copy full SHA for c9a6694
package.json
@@ -37,7 +37,6 @@
37
"@browserify/envify": "^6.0.0",
38
"@browserify/uglifyify": "^6.0.0",
39
"@ljharb/eslint-config": "^21.1.1",
40
- "aud": "^2.0.4",
41
"browserify": "^16.5.2",
42
"bundle-collapser": "^1.4.0",
43
"common-shakeify": "~1.0.0",
@@ -72,7 +71,7 @@
72
71
"pretest": "npm run --silent readme && npm run --silent lint",
73
"test": "npm run tests-only",
74
"tests-only": "nyc tape 'test/**/*.js'",
75
- "posttest": "aud --production",
+ "posttest": "npx npm@'>=10.2' audit --production",
76
"readme": "evalmd README.md",
77
"postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
78
"lint": "eslint --ext=js,mjs .",
0 commit comments