Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk Update] New fixes for 1 vulnerable dependency path #1

Merged
merged 1 commit into from
Feb 15, 2018
Merged
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
85 changes: 45 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
{
"name": "s3-streams",
"version": "0.4.0",
"description": "Use readable/writeable streams for manipulating S3 objects.",
"author": "Izaak Schroeder <izaak.schroeder@gmail.com>",
"keywords": [ "s3", "stream", "upload", "download" ],
"license": "CC0-1.0",
"homepage": "https://github.com/izaakschroeder/s3-streams",
"repository": {
"type": "git",
"url": "https://github.com/izaakschroeder/s3-streams.git"
},
"main": "lib/s3.js",
"scripts": {
"test": "npm run lint && npm run spec && npm run coverage",
"spec": "NODE_PATH=lib NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- -r test/helpers/chai -r test/helpers/sinon -R spec test/spec",
"lint": "eslint --ignore-path .gitignore .",
"coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100"
},
"dependencies": {
"lodash": "^3.9.3",
"readable-stream": "^2.0.0",
"bluebird": "^2.9.27"
},
"peerDependencies": {
"aws-sdk": "^2.1.34"
},
"devDependencies": {
"eslint": "^0.22.1",
"mocha": "^2.2.5",
"istanbul": "^0.3.15",
"chai": "^2.3.0",
"chai-things": "^0.2.0",
"chai-as-promised": "^4.3.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
"engines": {
"node": "^0.8 || ^0.10 || >= 0.12",
"iojs": ">= 1.2.0"
}
"name": "s3-streams",
"version": "0.4.0",
"description": "Use readable/writeable streams for manipulating S3 objects.",
"author": "Izaak Schroeder <izaak.schroeder@gmail.com>",
"keywords": [
"s3",
"stream",
"upload",
"download"
],
"license": "CC0-1.0",
"homepage": "https://github.com/izaakschroeder/s3-streams",
"repository": {
"type": "git",
"url": "https://github.com/izaakschroeder/s3-streams.git"
},
"main": "lib/s3.js",
"scripts": {
"test": "npm run lint && npm run spec && npm run coverage",
"spec": "NODE_PATH=lib NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- -r test/helpers/chai -r test/helpers/sinon -R spec test/spec",
"lint": "eslint --ignore-path .gitignore .",
"coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100"
},
"dependencies": {
"lodash": "^4.17.5",
"readable-stream": "^2.0.0",
"bluebird": "^2.9.27"
},
"peerDependencies": {
"aws-sdk": "^2.1.34"
},
"devDependencies": {
"eslint": "^0.22.1",
"mocha": "^2.2.5",
"istanbul": "^0.3.15",
"chai": "^2.3.0",
"chai-things": "^0.2.0",
"chai-as-promised": "^4.3.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
"engines": {
"node": "^0.8 || ^0.10 || >= 0.12",
"iojs": ">= 1.2.0"
}
}