virtual-dom
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "virtual-dom", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "A batched diff-based DOM rendering strategy", | ||
@@ -22,4 +22,4 @@ "keywords": [], | ||
"is-object": "0.1.2", | ||
"vdom": "0.0.14", | ||
"vtree": "0.0.14", | ||
"vdom": "0.0.15", | ||
"vtree": "0.0.15", | ||
"x-is-array": "0.1.0", | ||
@@ -26,0 +26,0 @@ "x-is-string": "0.1.0" |
@@ -90,3 +90,3 @@ # virtual-dom | ||
A `VTree` is designed to be equivalent to an immutable data strucuture. While it's not actually immutable, you can reuse the nodes in multiple places and the functions we have exposed that take VTrees as arguments never mutate the trees. We could freeze the objects in the model but don't for efficiency. (The benefits of an immutable-equivalent data structure will be documented in vtree or blog post at some point) | ||
A `VTree` is designed to be equivalent to an immutable data structure. While it's not actually immutable, you can reuse the nodes in multiple places and the functions we have exposed that take VTrees as arguments never mutate the trees. We could freeze the objects in the model but don't for efficiency. (The benefits of an immutable-equivalent data structure will be documented in vtree or blog post at some point) | ||
@@ -93,0 +93,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67367
+ Addedvdom@0.0.15(transitive)
+ Addedvtree@0.0.15(transitive)
- Removedvdom@0.0.14(transitive)
- Removedvtree@0.0.14(transitive)
Updatedvdom@0.0.15
Updatedvtree@0.0.15