Comparing version 4.0.4 to 4.0.5
@@ -10,2 +10,4 @@ module.exports = [ | ||
'onmouseout', | ||
'onmouseenter', | ||
'onmouseleave', | ||
'ondragstart', | ||
@@ -12,0 +14,0 @@ 'ondrag', |
{ | ||
"name": "nanomorph", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "Hyper fast diffing algorithm for real DOM nodes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,2 +52,7 @@ # nanomorph [![stability][0]][1] | ||
### Why doesn't this work in Node? | ||
Node has no concept of a DOM - server side rendering is basically fancy string | ||
concatenation. If you want to combine HTML strings in Node, check out | ||
[hyperstream][hyperstream]. | ||
### This library seems cool, I'd like to build my own! | ||
@@ -111,1 +116,2 @@ Nanomorph was optimized for simplicity, but different situations might require | ||
[own-vdom-2]: https://medium.com/@deathmood/write-your-virtual-dom-2-props-events-a957608f5c76 | ||
[hyperstream]: https://github.com/substack/hyperstream |
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
24296
551
116