Comparing version 1.2.0 to 1.3.0
# Change Log | ||
## 1.3.0 | ||
### Updated | ||
- Updated dependencies | ||
## 1.2.0 | ||
@@ -4,0 +8,0 @@ ### Added |
{ | ||
"name": "whoosh", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A streaming sftp client", | ||
@@ -23,15 +23,15 @@ "main": "index.js", | ||
"devDependencies": { | ||
"async": "^2.6.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-imperative": "^2.0.1", | ||
"eslint-plugin-imperative": "^2.0.0", | ||
"fs-extra": "^4.0.3", | ||
"husky": "^0.14.3", | ||
"async": "^2.6.1", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.6.1", | ||
"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.1.1" | ||
"mocha": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"debug": "^3.1.0", | ||
"lodash": "^4.17.10", | ||
"debug": "^4.0.1", | ||
"lodash": "^4.17.11", | ||
"ssh2": "^0.6.1" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21300
0
+ Addeddebug@4.4.0(transitive)
- Removeddebug@3.2.7(transitive)
Updateddebug@^4.0.1
Updatedlodash@^4.17.11