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 12.1.0 to 12.1.1

2

index.d.ts

@@ -122,3 +122,3 @@ /// <reference lib="es2015.generator" />

/** Build a coroutine using Futures. See https://github.com/fluture-js/Fluture#go */
export function go<L, R>(generator: () => Generator<FutureInstance<L, any>, R>): FutureInstance<L, R>
export function go<L, R>(generator: () => Generator<FutureInstance<L, any>, R, any>): FutureInstance<L, R>

@@ -125,0 +125,0 @@ /** Manage resources before and after the computation that needs them. See https://github.com/fluture-js/Fluture#hook */

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

@@ -5,0 +5,0 @@ "main": "index.cjs",

@@ -94,3 +94,3 @@ # [![Fluture](logo.png)](#butterfly)

Fluture is hosted in full with all of its dependencies at
https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.1.0/dist/bundle.js
https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.1.1/dist/bundle.js

@@ -282,5 +282,5 @@ This script will add `Fluture` to the global scope.

Cancellation is a system whereby running Futures get an opportunity stop what
they're doing and release resources that they were holding, when the consumer
indicates it is no longer interested in the result.
Cancellation is a system whereby running Futures get an opportunity to stop
what they're doing and release resources that they were holding, when the
consumer indicates it is no longer interested in the result.

@@ -287,0 +287,0 @@ To cancel a Future, it must be unsubscribed from. Most of the

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