Socket
Socket
Sign inDemoInstall

@qwick/future

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qwick/future - npm Package Compare versions

Comparing version 2.3.2-qwick.0 to 2.3.2-qwick.2

2

package.json
{
"name": "@qwick/future",
"version": "2.3.2-qwick.0",
"version": "2.3.2-qwick.2",
"scripts": {

@@ -5,0 +5,0 @@ "build": "bsb -make-world",

@@ -90,2 +90,3 @@ [![npm](https://img.shields.io/npm/v/reason-future.svg)](https://www.npmjs.com/package/reason-future)

- `Future.tap(_,fn)` - Do something with the value of a future without changing it. Returns the same future so you can continue using it in a pipeline. Convenient for side effects such as console logging.
- `Future.all(_,fn)` - Turn a list of futures into a future of a list. Used when you want to wait for a collection of futures to complete before doing something (equivalent to Promise.all in Javascript).

@@ -92,0 +93,0 @@ ### Belt.Result

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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