Socket
Socket
Sign inDemoInstall

tree-sync

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sync - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

.travis.yml

2

index.js

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

}
break;
case 'unlink':

@@ -77,2 +78,3 @@ try {

}
break;
case 'rmdir':

@@ -79,0 +81,0 @@ return fs.rmdir(outputFullpath);

6

package.json
{
"name": "tree-sync",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -20,6 +20,6 @@ "main": "index.js",

"dependencies": {
"fs-tree-diff": "^0.4.4",
"fs-tree-diff": "^0.5.0",
"mkdirp": "^0.5.1",
"quick-temp": "^0.1.5",
"walk-sync": "^0.2.6"
"walk-sync": "^0.2.7"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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