Socket
Socket
Sign inDemoInstall

@types/scheduler

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/scheduler - npm Package Compare versions

Comparing version 0.12.1 to 0.16.0

4

scheduler/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for scheduler 0.12
// Type definitions for scheduler 0.16
// Project: https://reactjs.org/

@@ -23,3 +23,3 @@ // Definitions by: Nathan Bierema <https://github.com/Methuselah96>

export function unstable_runWithPriority<T>(priorityLevel: number, eventHandler: () => T): T | undefined;
export function unstable_scheduleCallback(callback: FrameCallbackType, deprecated_options?: { timeout: number}): CallbackNode;
export function unstable_scheduleCallback(priorityLevel: number, callback: FrameCallbackType, options?: { delay?: number, timeout?: number}): CallbackNode;
export function unstable_cancelCallback(callbackNode: CallbackNode): void;

@@ -26,0 +26,0 @@ export function unstable_wrapCallback(callback: FrameCallbackType): () => FrameCallbackType | undefined;

{
"name": "@types/scheduler",
"version": "0.12.1",
"version": "0.16.0",
"description": "TypeScript definitions for scheduler",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "97d9b730fb6c67c488fe1bd0bae243c3750a411457bd240d4c01d39d251b8b6d",
"typesPublisherContentHash": "4129796eee54eabea79d46638599a96623646e59f20af7db392e6352cefe4926",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for scheduler ( https://reactjs.org/ ).
This package contains type definitions for scheduler (https://reactjs.org/).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 09 Apr 2019 18:02:17 GMT
* Last updated: Thu, 03 Oct 2019 20:38:51 GMT
* Dependencies: none

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Nathan Bierema <https://github.com/Methuselah96>, Sebastian Silbermann <https://github.com/eps1lon>.
These definitions were written by Nathan Bierema <https://github.com/Methuselah96>, and Sebastian Silbermann <https://github.com/eps1lon>.
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