Comparing version 0.21.33 to 1.0.0
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.33", | ||
"version": "1.0.0", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -249,3 +249,3 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
} | ||
if(value !== undefined || renderer.started){ | ||
if(value !== undefined || renderer.started) { | ||
renderer.started = true | ||
@@ -252,0 +252,0 @@ renderer.renderUpdate(value, element) |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
970062