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

vtree

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vtree - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

diff.js

@@ -105,3 +105,3 @@ var isArray = require("x-is-array")

}
} else if (aValue !== bValue && bValue !== undefined) {
} else if (aValue !== bValue) {
diff = diff || {}

@@ -108,0 +108,0 @@ diff[aKey] = bValue

{
"name": "vtree",
"version": "0.0.3",
"version": "0.0.4",
"description": "a realtime tree diffing algorithm",

@@ -5,0 +5,0 @@ "keywords": [],

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