File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-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.10.1
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ 'npm:marked:20170907':
7+ - esdoc > marked:
8+ patched: '2018-01-24T16:26:38.614Z'
9+ - esdoc-standard-plugin > esdoc-publish-html-plugin > marked:
10+ patched: '2018-01-24T16:26:38.614Z'
Original file line number Diff line number Diff line change 1919 "--minify:umd" : " uglifyjs dist/nextframe.common.js -cm -o dist/nextframe.common.js -p relative --in-source-map dist/nextframe.common.js.map --source-map dist/nextframe.common.js.map" ,
2020 "size" : " echo \" Gzipped Size: $(strip-json-comments --no-whitespace dist/nextframe.js | gzip-size)\" " ,
2121 "release" : " yarn run build -s && yarn run bump && git push --follow-tags origin master && npm publish" ,
22- "test" : " yarn build && ava -v"
22+ "test" : " yarn build && ava -v" ,
23+ "snyk-protect" : " snyk protect" ,
24+ "prepublish" : " npm run snyk-protect"
2325 },
2426 "files" : [
2527 " dist" ,
5456 "esdoc" : " ^1.0.3" ,
5557 "esdoc-standard-plugin" : " ^1.0.0" ,
5658 "raf" : " ^3.4.0" ,
57- "setimmediate" : " ^1.0.5"
59+ "setimmediate" : " ^1.0.5" ,
60+ "snyk" : " ^*"
5861 },
5962 "peerDependencies" : {
6063 "raf" : " 3.4.0"
9699 "serve" : " ^6.2.0" ,
97100 "standard-version" : " ^4.2.0" ,
98101 "strip-json-comments-cli" : " ^1.0.1"
99- }
102+ },
103+ "snyk" : true
100104}
You can’t perform that action at this time.
0 commit comments