Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solid-primitives/scheduled

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/scheduled - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

package.json
{
"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!");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc