Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- async > lodash:
patched: '2020-05-01T02:30:17.744Z'
- requestretry > lodash:
patched: '2020-05-01T02:30:17.744Z'
- request-promise > request-promise-core > lodash:
patched: '2020-05-01T02:30:17.744Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"quickTest": "mocha --compilers js:babel-core/register",
"build": "./node_modules/.bin/babel src -d lib",
"start": "node src/targetMarkets.js && npm run build && node lib/main.js",
"crypt": "npm run build && node lib/examples/cryptopiaExamples.js"
"crypt": "npm run build && node lib/examples/cryptopiaExamples.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"async": "^2.6.0",
Expand All @@ -29,7 +31,8 @@
"request-promise": "^4.2.2",
"requestretry": "^1.13.0",
"underscore": "~1.7.0",
"verror": "~1.6.0"
"verror": "~1.6.0",
"snyk": "^1.316.1"
},
"author": "Justin Schellenberg",
"license": "ISC",
Expand All @@ -48,5 +51,6 @@
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"sinon": "^4.3.0"
}
},
"snyk": true
}