Comparing version 0.0.3 to 0.0.4
@@ -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": [], |
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
14434