vdom-virtualize
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -111,2 +111,7 @@ /*! | ||
// Special case: contentEditable | ||
// browser use 'inherit' by default on all nodes, but does not allow setting it to '' | ||
// diffing virtualize dom will trigger error | ||
// ref: https://github.com/Matt-Esch/virtual-dom/issues/176 | ||
if("contentEditable" == propName && el[propName] === 'inherit') return | ||
@@ -113,0 +118,0 @@ // default: just copy the property |
{ | ||
"name": "vdom-virtualize", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Virtulize any DOM node and turn it into a virtual-dom node.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
17179
5
570
2