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 2.0.0-beta.1 to 2.0.0-beta.2

2

fluture.js

@@ -88,3 +88,3 @@ //// ____ _ _

: '[Function]'
: x && x.toString === Object.prototype.toString
: x && typeof x === 'object'
? `[Object: ${Object.keys(x).map(String).join(', ')}]`

@@ -91,0 +91,0 @@ : String(x);

{
"name": "fluture",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "FantasyLand compliant (monadic) alternative to Promises",

@@ -62,3 +62,2 @@ "main": "fluture.js",

"fun-task": "^1.1.1",
"heapdump": "^0.3.7",
"istanbul": "^0.4.2",

@@ -65,0 +64,0 @@ "jsverify": "^0.7.1",

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