New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

directory-sync

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-sync - npm Package Compare versions

Comparing version 2.0.19 to 2.0.20

2

package.json
{
"name": "directory-sync",
"version": "2.0.19",
"version": "2.0.20",
"description": "Easily synchronize directories between two machines over the internet.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -423,3 +423,3 @@ import Path from 'path';

* @param {String} path
* @param {FileSystem.Stats} stats
* @param {FileSystem.Stats=} stats
* @returns {boolean}

@@ -462,3 +462,3 @@ */

// Assert the watcher ignored on this directory
if (this._is_watcher_ignored(path, stats)) return;
if (this._is_watcher_ignored(path)) return;

@@ -524,3 +524,3 @@ // Retrieve the relative path to the directory

// Assert the watcher ignored on this file
if (this._is_watcher_ignored(path, stats)) return;
if (this._is_watcher_ignored(path)) return;

@@ -527,0 +527,0 @@ // Retrieve the relative path to the directory

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