Socket
Socket
Sign inDemoInstall

fluture

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluture - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

3

fluture.js

@@ -176,3 +176,2 @@ //// ____ _ _

if(!isFunction(f)) error$invalidArgument('Future.chainRec', 0, 'be a function', f);
if(!isTernary(f)) error$invalidArgument('Future.chainRec', 0, 'take three arguments', f);
}

@@ -348,3 +347,3 @@

if(!isPositiveInteger(i)) error$invalidArgument('Future.parallel', 0, 'be a positive integer', i);
if(!Array.isArray(ms)) error$invalidArgument('Future.parallel', 0, 'be an array', ms);
if(!Array.isArray(ms)) error$invalidArgument('Future.parallel', 1, 'be an array', ms);
}

@@ -351,0 +350,0 @@

{
"name": "fluture",
"version": "3.1.0",
"version": "3.1.1",
"description": "FantasyLand compliant (monadic) alternative to Promises",

@@ -5,0 +5,0 @@ "main": "fluture.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