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.8.0
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ 'npm:marked:20170907':
7
+ - sassdoc-theme-default > sassdoc-extras > marked:
8
+ patched: '2017-10-30T01:35:09.940Z'
Original file line number Diff line number Diff line change 75
75
" README.md"
76
76
],
77
77
"scripts" : {
78
- "test" : " make"
78
+ "test" : " make" ,
79
+ "snyk-protect" : " snyk protect" ,
80
+ "prepublish" : " npm run snyk-protect"
79
81
},
80
82
"standard" : {
81
83
"env" : {
111
113
"update-notifier" : " ^2.2.0" ,
112
114
"vinyl-fs" : " ^2.4.4" ,
113
115
"vinyl-source-stream" : " ^1.0.0" ,
114
- "vinyl-string" : " ^1.0.2"
116
+ "vinyl-string" : " ^1.0.2" ,
117
+ "snyk" : " ^1.47.0"
115
118
},
116
119
"devDependencies" : {
117
120
"babel-cli" : " ^6.26.0" ,
128
131
"sinon" : " ^2.3.4" ,
129
132
"standard" : " ^10.0.3" ,
130
133
"vinyl" : " ^2.1.0"
131
- }
134
+ },
135
+ "snyk" : true
132
136
}
You can’t perform that action at this time.
0 commit comments