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

main-thread-scheduling

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

main-thread-scheduling - npm Package Compare versions

Comparing version 14.1.0 to 14.1.1

2

package.json
{
"name": "main-thread-scheduling",
"version": "14.1.0",
"version": "14.1.1",
"description": "Fast and consistently responsive apps using a single function call",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -38,2 +38,5 @@ import withResolvers from './utils/withResolvers';

stop() {
if (!this.available) {
return;
}
cancelIdleCallback(this.#idleCallbackId);

@@ -40,0 +43,0 @@ this.#idleCallbackId = undefined;

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