File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+ version: v1.7.0
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ 'npm:ms:20170412':
7
+ - mocha > debug > ms:
8
+ patched: '2017-05-22T00:11:05.815Z'
Original file line number Diff line number Diff line change 13
13
"pages" : " node ./scripts/publish-gh.js" ,
14
14
"postversion" : " git push && git push --tags && npm run pages" ,
15
15
"changelog" : " rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add . && git commit . -m changelog" ,
16
- "build" : " npm run test && npm run docs"
16
+ "build" : " npm run test && npm run docs" ,
17
+ "snyk-protect" : " snyk protect" ,
18
+ "prepublish" : " npm run snyk-protect"
17
19
},
18
20
"keywords" : [
19
21
" ethereum" ,
49
51
"jsdoc" : " ^3.4.3" ,
50
52
"jshint" : " ^2.9.4" ,
51
53
"mocha" : " ^3.2.0" ,
52
- "restify" : " ^4.3.0"
53
- }
54
+ "restify" : " ^4.3.0" ,
55
+ "snyk" : " ^1.30.1"
56
+ },
57
+ "snyk" : true
54
58
}
You can’t perform that action at this time.
0 commit comments