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.8.2 to 0.8.3

2

bower.json
{
"name": "most",
"main": "most.js",
"version": "0.8.2",
"version": "0.8.3",
"homepage": "https://github.com/cujojs/most",

@@ -6,0 +6,0 @@ "authors": [

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

var race = promise.Promise.race;
var resolve = promise.Promise.resolve;
var getStatus = promise.getStatus;

@@ -107,2 +108,8 @@

function unamb(f, steps) {
if(steps.length === 1) {
return resolve(steps[0]).then(function(x) {
return f(x, 0);
});
}
var winner = decide(steps);

@@ -109,0 +116,0 @@ if(winner === null) {

{
"name": "most",
"version": "0.8.2",
"version": "0.8.3",
"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