@solid-primitives/scheduled
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@solid-primitives/scheduled", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Primitives for creating scheduled — throttled or debounced — callbacks.", | ||
@@ -26,3 +26,3 @@ "contributors": [ | ||
"leading", | ||
"createSchedule" | ||
"createScheduled" | ||
], | ||
@@ -87,3 +87,3 @@ "category": "Utilities" | ||
"devDependencies": { | ||
"@solid-primitives/timer": "^1.3.5", | ||
"@solid-primitives/timer": "^1.3.6", | ||
"@solidjs/router": "^0.7.0" | ||
@@ -90,0 +90,0 @@ }, |
@@ -79,3 +79,3 @@ <p> | ||
// timeout passed to requestIdleCallback is a maximum timeout before the callback is called | ||
250 | ||
250, | ||
); | ||
@@ -82,0 +82,0 @@ trigger("Hello!"); |
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
21306