fluidstate
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "fluidstate", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Library for fine-grained reactivity state management", | ||
@@ -5,0 +5,0 @@ "repository": "https://gitlab.com/fluidstate/fluidstate", |
@@ -148,4 +148,4 @@ "use strict"; | ||
if (currentUpdateTimerId !== UNSCHEDULED) { | ||
_schedulerConfig.schedulerConfig.cancel(currentUpdateTimerId); | ||
currentUpdateTimerId = UNSCHEDULED; | ||
_schedulerConfig.schedulerConfig.cancel(currentUpdateTimerId); | ||
} | ||
@@ -152,0 +152,0 @@ }; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0