Socket
Socket
Sign inDemoInstall

@most/types

Package Overview
Dependencies
0
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0 to 0.11.1

6

index.d.ts

@@ -36,7 +36,3 @@ // An instant in time. This can be wall-clock time

export interface Scheduler {
now(): Time;
asap (task: Task): ScheduledTask;
delay (delay: Delay, task: Task): ScheduledTask;
periodic (period: Period, task: Task): ScheduledTask;
schedule (delay: Delay, period: Period, task: Task): ScheduledTask;
currentTime(): Time;
scheduleTask (offset: Offset, delay: Delay, period: Period, task: Task): ScheduledTask;

@@ -43,0 +39,0 @@ relative(offset: Offset): Scheduler;

2

package.json
{
"name": "@most/types",
"version": "0.11.0",
"version": "0.11.1",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",

@@ -5,0 +5,0 @@ "typings": "index.d.ts",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc