Socket
Socket
Sign inDemoInstall

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 3.5.0 to 3.5.1

5

lib/nodefs-handler.js

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

if (stats.isDirectory()) {
const absPath = sysPath.resolve(path);
const targetPath = follow ? await fsrealpath(path) : path;

@@ -612,4 +613,4 @@ if (this.fsw.closed) return;

// preserve this symlink's target path
if (path !== targetPath && targetPath !== undefined) {
this.fsw._symlinkPaths.set(targetPath, true);
if (absPath !== targetPath && targetPath !== undefined) {
this.fsw._symlinkPaths.set(absPath, targetPath);
}

@@ -616,0 +617,0 @@ } else if (stats.isSymbolicLink()) {

2

package.json
{
"name": "chokidar",
"description": "Minimal and efficient cross-platform file watching library",
"version": "3.5.0",
"version": "3.5.1",
"homepage": "https://github.com/paulmillr/chokidar",

@@ -6,0 +6,0 @@ "author": "Paul Miller (https://paulmillr.com)",

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