gluon-remote-node

Node Version of gluon remote
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-remote-node.git
Log | Files | Refs | README | LICENSE

commit b7a1540b4ac11ced25af8ba2b413a4a387973903
parent 3afa431808a5dfabf5a8acfb4c23e50e8df2f351
Author: snyk-bot <admin+snyk-bot@snyk.io>
Date:   Sat,  3 Sep 2016 17:10:11 +0000

fix: package.json & .snyk to reduce vulnerabilities
Diffstat:
A.snyk | 7+++++++
Mpackage.json | 13+++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/.snyk b/.snyk @@ -0,0 +1,7 @@ +version: v1.5.0 +ignore: + 'npm:cli:20160615': + - ip-address > cli: + reason: None given + expires: '2016-10-03T17:10:11.468Z' +patch: {} diff --git a/package.json b/package.json @@ -5,7 +5,9 @@ "main": "gluon_web_remote.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node gluon_web_remote.js" + "start": "node gluon_web_remote.js", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "repository": { "type": "git", @@ -36,10 +38,12 @@ "laeh2": "^0.3.3", "request": "^2.72.0", "ssh-keygen": "^0.2.1", - "sshclient": "0.0.4" + "sshclient": "0.0.4", + "snyk": "^1.19.1" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^2.5.3" - } -} + }, + "snyk": true +} +\ No newline at end of file