download-github-repo
Advanced tools
Comparing version 0.1.1 to 0.1.2
0.1.2 - April 2, 2014 | ||
--------------------- | ||
* remove unnecessary deps | ||
0.1.1 - March 31, 2014 | ||
@@ -3,0 +7,0 @@ ---------------------- |
@@ -1,7 +0,2 @@ | ||
var fs = require('fs'); | ||
var rm = require('rimraf'); | ||
var tar = require('tar'); | ||
var wget = require('download'); | ||
var zlib = require('zlib'); | ||
@@ -8,0 +3,0 @@ /** |
{ | ||
"name": "download-github-repo", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
"repository": "git://github.com/ianstormtaylor/download-github-repo", | ||
@@ -14,13 +16,13 @@ "description": "Download and extract a GitHub repository from node.", | ||
], | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
"dependencies": { | ||
"download": "^0.1.11", | ||
"rimraf": "~2.2.6", | ||
"tar": "~0.1.19" | ||
"download": "^0.1.11" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.17.1", | ||
"fs-readdir-recursive": "0.0.1" | ||
"fs-readdir-recursive": "0.0.1", | ||
"rimraf": "~2.2.6" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
2
3727
3
82
+ 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.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedrimraf@~2.2.6
- Removedtar@~0.1.19
- Removedrimraf@2.2.8(transitive)