Socket
Socket
Sign inDemoInstall

tree-sync

Package Overview
Dependencies
Maintainers
2
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.0 to 1.1.1

2

index.js

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

} catch(e) {
if (e && e.code === 'EXISTS') { /* do nothing */ }
if (e && e.code === 'EEXIST') { /* do nothing */ }
else { throw e; }

@@ -69,0 +69,0 @@ }

{
"name": "tree-sync",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "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