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 6eca235 commit 05a5e49Copy full SHA for 05a5e49
1 file changed
package.json
@@ -27,7 +27,7 @@
27
"prepublishOnly": "safe-publish-latest && npm run lint && npm run flow && npm run jest",
28
"pretest": "npm run lint:fix && npm run flow",
29
"test": "npm run jest",
30
- "posttest": "aud --production",
+ "posttest": "npx npm@'>=10.2' audit --production",
31
"test:ci": "npm run jest -- --ci --runInBand",
32
"pretest:examples": "npm run build",
33
"test:examples": "npm run test-example:legacy && npm run test-example:flat-esm && npm run test-example:flat-cjs",
@@ -47,7 +47,6 @@
47
"@babel/eslint-parser": "^7.25.1",
48
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
49
"@babel/register": "^7.24.6",
50
- "aud": "^2.0.4",
51
"auto-changelog": "^2.4.0",
52
"babel-jest": "^24.9.0",
53
"babel-plugin-add-module-exports": "^1.0.4",
0 commit comments