Comparing version 1.3.0 to 1.4.0
# Change Log | ||
## 1.4.0 | ||
### Updated | ||
- Updated dependencies | ||
## 1.3.0 | ||
@@ -4,0 +8,0 @@ ### Updated |
{ | ||
"name": "whoosh", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A streaming sftp client", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "mocha test", | ||
"lint": "eslint .", | ||
"istanbul": "istanbul cover --report html --report lcov _mocha", | ||
"codeclimate": "(test -e .codeclimate && npm run istanbul && source .codeclimate) || echo skipping codeclimate", | ||
"coverage": "nyc --report html --reporter lcov --reporter text-summary mocha test", | ||
"codeclimate": "(test -e .codeclimate && npm run coverage && source .codeclimate) || echo skipping codeclimate", | ||
"precommit": "npm run lint && npm test", | ||
@@ -23,16 +23,16 @@ "prepush": "npm run codeclimate", | ||
"devDependencies": { | ||
"async": "^2.6.1", | ||
"async": "^2.6.2", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.6.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-imperative": "^2.1.0", | ||
"eslint-plugin-imperative": "^2.1.0", | ||
"fs-extra": "^7.0.0", | ||
"husky": "^1.1.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0" | ||
"fs-extra": "^7.0.1", | ||
"husky": "^1.3.1", | ||
"mocha": "^6.1.1", | ||
"nyc": "^13.3.0" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.0.1", | ||
"debug": "^4.1.1", | ||
"lodash": "^4.17.11", | ||
"ssh2": "^0.6.1" | ||
"ssh2": "^0.8.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
21494
+ Addedbcrypt-pbkdf@1.0.2(transitive)
+ Addedssh2@0.8.9(transitive)
+ Addedssh2-streams@0.4.10(transitive)
+ Addedtweetnacl@0.14.5(transitive)
- Removedsemver@5.7.2(transitive)
- Removedssh2@0.6.2(transitive)
- Removedssh2-streams@0.2.1(transitive)
Updateddebug@^4.1.1
Updatedssh2@^0.8.2