Comparing version 0.21.27 to 0.21.28
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.27", | ||
"version": "0.21.28", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -471,4 +471,8 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
}) | ||
} else if (newValue.forEach) { | ||
newValue.forEach(renderEach) | ||
} else { | ||
newValue.forEach(renderEach) | ||
this.renderUpdate = TextRenderer.prototype.renderUpdate | ||
this.omitValueOf = false | ||
return this.renderUpdate(newValue, element) | ||
} | ||
@@ -475,0 +479,0 @@ } |
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
970069
12152