hyperscript
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -102,2 +102,6 @@ var split = require('browser-split') | ||
function isText (el) { | ||
return el && el.nodeName === '#text' && el.nodeType == 3 | ||
} | ||
function forEach (arr, fn) { | ||
@@ -104,0 +108,0 @@ if (arr.forEach) return arr.forEach(fn) |
{ | ||
"name": "hyperscript", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/dominictarr/hyperscript", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
38918
110