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.
1 parent 90de00b commit fe34db3Copy full SHA for fe34db3
package.json
@@ -22,7 +22,7 @@
22
"lint": "eslint lib test --fix --cache",
23
"check-types": "tsc --noEmit",
24
"lint-staged": "lint-staged",
25
- "security": "npm audit --audit-level=moderate",
+ "security": "npm audit --audit-level=high --prod",
26
"test": "ava"
27
},
28
"files": [
0 commit comments