Comparing version 0.0.11 to 0.1.0
{ | ||
"name" : "fs-extra" | ||
, "version" : "0.0.11" | ||
, "description" : "fs-extra contains methods that aren't included in the vanilla Node.js fs package." | ||
, "homepage" : | ||
[ | ||
"https://github.com/jprichardson/node-fs-extra" | ||
] | ||
, "repository" : { "type" : "git" | ||
, "url" : "https://github.com/jprichardson/node-fs-extra" | ||
} | ||
, "keywords" : ["fs","file","file system", "copy"] | ||
, "author" : "JP Richardson <jprichardson@gmail.com>" | ||
, "licenses" : [ | ||
{ | ||
"type" : "MIT" | ||
,"url" : "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE" | ||
} | ||
] | ||
, "dependencies" : { | ||
"coffee-script" : ">=1.0.1" | ||
, "jasmine-node": ">=1.0.12" | ||
, "path-extra": ">=0.0.1" | ||
} | ||
, "bin" : { | ||
"TEST_file-extra": "./bin/TEST_file-extra" | ||
} | ||
, "main" : "index" | ||
"name" : "fs-extra", | ||
"version" : "0.1.0", | ||
"description" : "fs-extra contains methods that aren't included in the vanilla Node.js fs package.", | ||
"homepage" : [ | ||
"https://github.com/jprichardson/node-fs-extra" | ||
], | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/jprichardson/node-fs-extra" | ||
}, | ||
"keywords" : ["fs","file","file system", "copy", "directory", "extra", "mkdirp", "recursive"], | ||
"author" : "JP Richardson <jprichardson@gmail.com>", | ||
"licenses" : [ { | ||
"type" : "MIT", | ||
"url" : "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE" | ||
}], | ||
"dependencies" : { | ||
"rimraf": "1.0.x", | ||
"ncp": "0.2.x", | ||
"mkdirp": "0.3.x" | ||
}, | ||
"devDepdencies":{ | ||
"mocha": "1.0.x", | ||
"growl": "1.5.x", | ||
"coffee-script": "1.2.x", | ||
"test-util": "0.1.x", | ||
"path-extra": "0.0.x" | ||
}, | ||
"main" : "./lib/index" | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
18221
18
89
139
0
3
+ Addedmkdirp@0.3.x
+ Addedncp@0.2.x
+ Addedrimraf@1.0.x
+ Addedncp@0.2.7(transitive)
+ Addedrimraf@1.0.9(transitive)
- Removedcoffee-script@>=1.0.1
- Removedjasmine-node@>=1.0.12
- Removedpath-extra@>=0.0.1
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcoffee-script@1.12.7(transitive)
- Removedcoffeescript@1.12.7(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgaze@1.1.3(transitive)
- Removedglob@7.1.7(transitive)
- Removedglobule@1.3.4(transitive)
- Removedgrowl@1.10.5(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjasmine-growl-reporter@2.0.0(transitive)
- Removedjasmine-node@3.0.0(transitive)
- Removedjasmine-reporters@1.0.2(transitive)
- Removedlodash@4.17.21(transitive)
- Removedminimatch@3.0.8(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-extra@4.3.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedreplace-ext@1.0.1(transitive)
- Removedrequirejs@2.3.7(transitive)
- Removedunderscore@1.9.2(transitive)
- Removedwalkdir@0.0.12(transitive)
- Removedwrappy@1.0.2(transitive)