Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "gaze", | ||
"description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/shama/gaze", | ||
@@ -26,12 +26,12 @@ "author": { | ||
"dependencies": { | ||
"globule": "^0.2.0" | ||
"globule": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"async": "^1.5.2", | ||
"grunt": "^0.4.5", | ||
"grunt-benchmark": "~0.2.0", | ||
"grunt-cli": "~0.1.13", | ||
"grunt": "^1.0.1", | ||
"grunt-benchmark": "^0.3.0", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-contrib-nodeunit": "^1.0.0", | ||
"rimraf": "^2.5.0", | ||
"rimraf": "^2.5.2", | ||
"semistandard": "^7.0.5" | ||
@@ -38,0 +38,0 @@ }, |
@@ -161,2 +161,3 @@ # gaze [![Build Status](http://img.shields.io/travis/shama/gaze.svg)](https://travis-ci.org/shama/gaze) [![Build status](https://ci.appveyor.com/api/projects/status/vtx65w9eg511tgo4)](https://ci.appveyor.com/project/shama/gaze) | ||
## Release History | ||
* 1.1.0 - Update to `globule@1.0.0` with `minimatch >= 3.0.0`. | ||
* 1.0.0 - Revert back to 0.5.2. Drop support for Node.js v0.8. Fix for `maxListeners`. Update globule to `0.2.0`. | ||
@@ -163,0 +164,0 @@ * 0.6.4 - Catch and emit error from readdir (@oconnore). Fix for 0 maxListeners. Use graceful-fs to avoid EMFILE errors in other places fs is used. Better method to determine if pathwatcher was built. Fix keeping process alive too much, only init pathwatcher if a file is being watched. Set min required to Windows Vista when building on Windows (@pvolok). |
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
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
24785
194
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.1.7(transitive)
+ Addedglobule@1.3.4(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedminimatch@3.0.8(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedglobule@0.2.0(transitive)
- Removedlodash@2.4.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.140.3.0(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedglobule@^1.0.0