Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "scp2", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "A pure javascript scp program based on ssh2.", | ||
@@ -15,6 +15,6 @@ "author": "Hsiaoming Yang <lepture@me.com>", | ||
"dependencies": { | ||
"ssh2": "~0.4.10", | ||
"glob": "~4.0.6", | ||
"async": "~0.9.0", | ||
"lodash": "~2.4.1" | ||
"glob": "~7.0.3", | ||
"lodash": "~4.11.1", | ||
"ssh2": "~0.4.10" | ||
}, | ||
@@ -29,5 +29,5 @@ "repository": { | ||
"devDependencies": { | ||
"jshint": "*", | ||
"mocha": "*", | ||
"expect.js": "*", | ||
"expect.js": "0", | ||
"jshint": "2", | ||
"mocha": "2", | ||
"jscoverage": "^0.5.9" | ||
@@ -34,0 +34,0 @@ }, |
@@ -193,2 +193,6 @@ # scp2 | ||
**2016-05-20** `0.4.0` | ||
* upgrade glob | ||
**2016-04-18** `0.3.0` | ||
@@ -195,0 +199,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22979
291
0
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.0.6(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedlodash@4.11.2(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
- Removedglob@4.0.6(transitive)
- Removedgraceful-fs@3.0.12(transitive)
- Removedlodash@2.4.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@1.0.0(transitive)
- Removednatives@1.1.6(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedglob@~7.0.3
Updatedlodash@~4.11.1