New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.0.21

3

diff.js

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

}
apply = diffChildren(a, b, patch, apply, index)
} else {

@@ -51,4 +52,2 @@ apply = appendPatch(apply, new VPatch(VPatch.VNODE, a, b))

}
apply = diffChildren(a, b, patch, apply, index)
} else {

@@ -55,0 +54,0 @@ apply = appendPatch(apply, new VPatch(VPatch.VNODE, a, b))

{
"name": "vtree",
"version": "0.0.20",
"version": "0.0.21",
"description": "a realtime tree diffing algorithm",

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