hyperx-to-snabbdom
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "hyperx-to-snabbdom", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Hyperx to Snabbdom transform function.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,5 +26,5 @@ # hyperx-to-snabbdom | ||
<div | ||
data-hook-insert=${vnode => ...} | ||
data-hook-update=${(oldVnode, vnode) => ...}> | ||
data-hook-insert=${...} | ||
data-hook-update=${...}> | ||
</div>` | ||
``` |
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
2119