glob-stream
Advanced tools
Comparing version 3.1.17 to 3.1.18
{ | ||
"name": "glob-stream", | ||
"description": "File system globs as a stream", | ||
"version": "3.1.17", | ||
"version": "3.1.18", | ||
"homepage": "http://github.com/wearefractal/glob-stream", | ||
@@ -10,8 +10,7 @@ "repository": "git://github.com/wearefractal/glob-stream.git", | ||
"files": [ | ||
"index.js", | ||
"lib" | ||
"index.js" | ||
], | ||
"dependencies": { | ||
"glob": "^4.0.0", | ||
"minimatch": "^1.0.0", | ||
"glob": "^4.3.1", | ||
"minimatch": "^2.0.1", | ||
"ordered-read-streams": "^0.1.0", | ||
@@ -23,13 +22,14 @@ "glob2base": "^0.0.12", | ||
"devDependencies": { | ||
"coveralls": "^2.11.2", | ||
"istanbul": "^0.3.0", | ||
"istanbul-coveralls": "^1.0.1", | ||
"jshint": "^2.5.10", | ||
"mocha": "^2.0.0", | ||
"should": "^4.0.0", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"coveralls": "^2.6.1", | ||
"istanbul": "^0.3.0", | ||
"rimraf": "^2.2.5", | ||
"jshint": "^2.4.1" | ||
"should": "^4.3.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha --reporter spec && jshint", | ||
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" | ||
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && istanbul-coveralls" | ||
}, | ||
@@ -36,0 +36,0 @@ "engines": { |
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
7603
8
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@1.0.0(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedglob@^4.3.1
Updatedminimatch@^2.0.1