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

most

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

most - npm Package Compare versions

Comparing version 0.18.0 to 0.18.1

1

lib/combinator/build.js

@@ -34,2 +34,3 @@ /** @license MIT License (c) copyright 2010-2016 original author or authors */

/**
* @deprecated
* Tie stream into a circle, creating an infinite stream

@@ -36,0 +37,0 @@ * @param {Stream} stream

8

lib/scheduler/Scheduler.js

@@ -69,3 +69,3 @@ /** @license MIT License (c) copyright 2010-2016 original author or authors */

var now = this.now();
var st = new ScheduledTask(now + Math.max(0, delay), period, task, this);
var st = new ScheduledTask(now + Math.max(0, delay), period, task, this);

@@ -83,4 +83,6 @@ insertByTime(st, this._tasks);

var at = base.findIndex(task, this._tasks[i].events);
this._tasks[i].events.splice(at, 1);
this._reschedule();
if(at >= 0) {
this._tasks[i].events.splice(at, 1);
this._reschedule();
}
}

@@ -87,0 +89,0 @@ };

@@ -152,2 +152,3 @@ /** @license MIT License (c) copyright 2010-2016 original author or authors */

/**
* @deprecated
* Tie this stream into a circle, thus creating an infinite stream

@@ -154,0 +155,0 @@ * @returns {Stream} new infinite stream

{
"name": "most",
"version": "0.18.0",
"version": "0.18.1",
"description": "Monadic streams",

@@ -5,0 +5,0 @@ "main": "most.js",

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