Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "quarx", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Simple tiny reactivity engine", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -54,3 +54,3 @@ const TAG = '@dmaevsky/quarx'; | ||
const cleanup = onBecomeObserved(); | ||
dispose = cleanup && tryCatch(cleanup, onError); | ||
dispose = tryCatch(() => cleanup && cleanup(), onError); | ||
} | ||
@@ -57,0 +57,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
20147