Socket
Socket
Sign inDemoInstall

tree-sync

Package Overview
Dependencies
31
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

5

index.js

@@ -88,2 +88,7 @@ 'use strict';

debug('applied patches: %d', operations.length);
// Return only type and name; don't want downstream relying on entries.
return operations.map(function (op) {
return op.slice(0,2);
});
};

2

package.json
{
"name": "tree-sync",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc