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 4.0.2 to 4.0.3

8

fluture.js

@@ -1362,2 +1362,6 @@ //// ____ _ _

check$hook$g(consumption, _this._consume, resource);
const cancelConsume = consumption._f(
x => disposer(_ => rej(x)),
x => disposer(_ => res(x))
);
cancel = function FutureHook$fork$cancelConsume(){

@@ -1368,6 +1372,2 @@ disposer(noop)();

}
const cancelConsume = consumption._f(
x => disposer(_ => rej(x)),
x => disposer(_ => res(x))
);
});

@@ -1374,0 +1374,0 @@ cancel = cancel || cancelAcquire;

{
"name": "fluture",
"version": "4.0.2",
"version": "4.0.3",
"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