🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@reactive-js/scheduler

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactive-js/scheduler - npm Package Compare versions

Comparing version

to
0.0.16

1

dist/cjs/index.d.ts

@@ -10,3 +10,2 @@ import { DisposableLike } from "@reactive-js/disposable";

export interface SchedulerLike {
readonly inScheduledContinuation: boolean;
readonly now: number;

@@ -13,0 +12,0 @@ schedule(continuation: SchedulerContinuationLike, delay?: number): DisposableLike;

@@ -10,3 +10,2 @@ import { DisposableLike } from "@reactive-js/disposable";

export interface SchedulerLike {
readonly inScheduledContinuation: boolean;
readonly now: number;

@@ -13,0 +12,0 @@ schedule(continuation: SchedulerContinuationLike, delay?: number): DisposableLike;

@@ -10,3 +10,2 @@ import { DisposableLike } from "@reactive-js/disposable";

export interface SchedulerLike {
readonly inScheduledContinuation: boolean;
readonly now: number;

@@ -13,0 +12,0 @@ schedule(continuation: SchedulerContinuationLike, delay?: number): DisposableLike;

@@ -17,3 +17,2 @@ [@reactive-js/scheduler](../README.md) › [SchedulerLike](schedulerlike.md)

* [inScheduledContinuation](schedulerlike.md#inscheduledcontinuation)
* [now](schedulerlike.md#now)

@@ -27,10 +26,2 @@

### inScheduledContinuation
• **inScheduledContinuation**: *boolean*
Returns true if the scheduler is currently executing a SchedulerContinuation.
___
### now

@@ -37,0 +28,0 @@

6

package.json
{
"name": "@reactive-js/scheduler",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/cjs/index.js",

@@ -41,3 +41,3 @@ "module": "dist/esm5/index.js",

"dependencies": {
"@reactive-js/disposable": "^0.0.15"
"@reactive-js/disposable": "^0.0.16"
},

@@ -54,3 +54,3 @@ "scripts": {

},
"gitHead": "bb6f825c233fcf3516c7b6ee146d262ac836e5f2"
"gitHead": "dcc81a6c83b8b8d8ac95dd07a395f1e5889bdeb8"
}

@@ -22,7 +22,2 @@ import { DisposableLike } from "@reactive-js/disposable";

export interface SchedulerLike {
/**
* Returns true if the scheduler is currently executing a SchedulerContinuation.
*/
readonly inScheduledContinuation: boolean;
/** The scheduler's current time in ms. */

@@ -29,0 +24,0 @@ readonly now: number;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet