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 0.12.4 to 0.12.5

2

lib/fsevents-handler.js

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

// condition is met when indexOf returns 0
if (!realPath.indexOf(sysPath.resolve(watchedPath))) {
if (!realPath.indexOf(sysPath.resolve(watchedPath) + sysPath.sep)) {
watchPath = watchedPath;

@@ -38,0 +38,0 @@ return true;

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

this._emitReady();
return callback(null, item);
return callback(null, false);
}

@@ -326,0 +326,0 @@

{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "0.12.4",
"version": "0.12.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