Comparing version 0.0.3 to 0.0.4
var isObject = require("is-object") | ||
var isHook = require("vtree/is-vhook") | ||
@@ -36,2 +35,4 @@ | ||
} | ||
} else if (typeof previousValue === "string") { | ||
node[propName] = "" | ||
} else { | ||
@@ -41,4 +42,2 @@ node[propName] = null | ||
} | ||
} else { | ||
node[propName] = null | ||
} | ||
@@ -45,0 +44,0 @@ } |
{ | ||
"name": "vdom", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A DOM create and patch algorithm for vtree", | ||
@@ -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
14670