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.3 to 0.12.4

4

lib/fsevents-handler.js

@@ -171,3 +171,5 @@ 'use strict';

fs.realpath(linkPath, function(error, linkTarget) {
if (this._handleError(error)) return this._emitReady();
if (this._handleError(error) || this._isIgnored(linkTarget)) {
return this._emitReady();
}
this._readyCount++;

@@ -174,0 +176,0 @@ this._addToFsEvents(linkTarget, function(path) {

@@ -18,3 +18,5 @@ 'use strict';

if (path && item !== path) {
fsWatchBroadcast(sysPath.resolve(item, path), 'listeners', path);
fsWatchBroadcast(
sysPath.resolve(item, path), 'listeners', sysPath.join(item, path)
);
}

@@ -21,0 +23,0 @@ };

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