File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
package-lock = false
2
+ audit-level = high
Original file line number Diff line number Diff line change @@ -260,3 +260,4 @@ matrix:
260
260
- os : osx
261
261
- env : TEST=true ALLOW_FAILURE=true
262
262
- env : COVERAGE=true
263
+ - env : POSTTEST=true
Original file line number Diff line number Diff line change 9
9
"pretest" : " npm run lint" ,
10
10
"test" : " npm run tests-only" ,
11
11
"tests-only" : " node --harmony --es-staging test" ,
12
- "posttest" : " npm run security " ,
12
+ "posttest" : " npm run audit " ,
13
13
"coverage" : " covert test.js" ,
14
14
"lint" : " eslint test.js *.js" ,
15
- "security" : " nsp check"
15
+ "preaudit" : " npm install --package-lock --package-lock-only" ,
16
+ "audit" : " npm audit" ,
17
+ "postaudit" : " rm package-lock.json"
16
18
},
17
19
"repository" : {
18
20
"type" : " git" ,
33
35
"foreach" : " ^2.0.5" ,
34
36
"indexof" : " ^0.0.1" ,
35
37
"is" : " ^3.2.1" ,
36
- "nsp" : " ^3.2.1" ,
37
38
"semver" : " ^5.5.0" ,
38
39
"tape" : " ^4.9.0"
39
40
},
You can’t perform that action at this time.
0 commit comments