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.4 to 1.0.5

3

CHANGELOG.md

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

# Chokidar 1.0.5 (20 July 2015)
* Fix regression with regexes/fns using in `ignored`
# Chokidar 1.0.4 (15 July 2015)

@@ -2,0 +5,0 @@ * Fix bug with `ignored` files/globs while `cwd` option is set

@@ -214,2 +214,3 @@ 'use strict';

ignored = arrify(ignored).map(function (path) {
if (typeof path !== 'string') return path;
return isAbsolute(path) ? path : sysPath.join(cwd, path);

@@ -216,0 +217,0 @@ });

2

package.json
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [

@@ -6,0 +6,0 @@ "fs",

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