Socket
Socket
Sign inDemoInstall

fs-tree-diff

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-tree-diff - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

lib/entry.js

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

Entry.isFile = function (entry) {
return ! Entry.isDirectory(entry);
return !Entry.isDirectory(entry);
};

@@ -31,0 +31,0 @@

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

var invalidate = before.size !== after.size ||
before.mtime !== after.mtime ||
+before.mtime !== +after.mtime ||
before.mode !== after.mode;

@@ -114,0 +114,0 @@

{
"name": "fs-tree-diff",
"version": "0.4.1",
"version": "0.4.2",
"description": "Backs out file tree changes",

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

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