Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fs-tree-diff

Package Overview
Dependencies
Maintainers
3
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.5.5 to 0.5.6

10

lib/index.js

@@ -149,12 +149,4 @@ 'use strict';

command = removeCommand(x);
removals.push(removeCommand(x));
if (x.isDirectory()) {
removals.push(command);
} else {
// pre-cleanup file removals should occure in-order, this ensures file
// -> directory transforms work correctly
additions.push(command);
}
// remove additions

@@ -161,0 +153,0 @@ } else if (x.relativePath > y.relativePath) {

2

package.json
{
"name": "fs-tree-diff",
"version": "0.5.5",
"version": "0.5.6",
"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