Comparing version 2.0.1 to 2.0.2
@@ -0,5 +1,8 @@ | ||
# Chokidar 2.0.2 (Feb 14, 2018) | ||
* Allow semver range updates for upath dependency | ||
# Chokidar 2.0.1 (Feb 8, 2018) | ||
* Fix #668 glob issue on Windows when using `ignore` and `cwd`. Thanks @remy! | ||
* Fix #546 possible uncaught exception when using `awaitWriteFinish`. | ||
Thanks @dsagal! | ||
* Fix #668 glob issue on Windows when using `ignore` and `cwd`. Thanks @remy! | ||
* Fix #546 possible uncaught exception when using `awaitWriteFinish`. | ||
Thanks @dsagal! | ||
@@ -6,0 +9,0 @@ # Chokidar 2.0.0 (Dec 29, 2017) |
{ | ||
"name": "chokidar", | ||
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"keywords": [ | ||
@@ -57,4 +57,4 @@ "fs", | ||
"readdirp": "^2.0.0", | ||
"upath": "1.0.0" | ||
"upath": "^1.0.0" | ||
} | ||
} |
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
78998
+ Addedupath@1.2.0(transitive)
- Removedlodash@3.10.1(transitive)
- Removedunderscore.string@2.3.3(transitive)
- Removedupath@1.0.0(transitive)
Updatedupath@^1.0.0