Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chokidar

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chokidar - npm Package Compare versions

Comparing version 1.0.6 to 1.1.0

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# Chokidar 1.1.0 (23 September 2015)
* Dependency updates including fsevents@1.0.0, improving installation
# Chokidar 1.0.6 (18 September 2015)

@@ -2,0 +5,0 @@ * Fix issue with `.unwatch()` method and relative paths

2

index.js

@@ -242,3 +242,3 @@ 'use strict';

path = path.replace(/^\.[\/\\]/, '');
var watchPath = depth ? path : globparent(path);
var watchPath = depth || !isglob(path) ? path : globparent(path);
var hasGlob = watchPath !== path;

@@ -245,0 +245,0 @@ var globFilter = hasGlob ? anymatch(path) : false;

{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "1.0.6",
"version": "1.1.0",
"keywords": [

@@ -33,5 +33,5 @@ "fs",

"devDependencies": {
"chai": "^1.9.2",
"chai": "^3.2.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"istanbul": "^0.3.20",
"mocha": "^2.0.0",

@@ -42,3 +42,3 @@ "sinon": "^1.10.3",

"optionalDependencies": {
"fsevents": "^0.3.8"
"fsevents": "^1.0.0"
},

@@ -49,8 +49,8 @@ "dependencies": {

"async-each": "^0.1.5",
"glob-parent": "^1.0.0",
"glob-parent": "^2.0.0",
"is-binary-path": "^1.0.0",
"is-glob": "^1.1.3",
"is-glob": "^2.0.0",
"path-is-absolute": "^1.0.0",
"readdirp": "^1.3.0"
"readdirp": "^2.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc