Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

promise-stream-queue

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-stream-queue - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "promise-stream-queue",
"version": "0.2.0",
"version": "0.2.1",
"description": "Promise Stream. Queue promises and retrieve the resolved/rejected ones in the inserted order",

@@ -5,0 +5,0 @@ "author": "David Gómez Matarrodona <solzimer@gmail.com>",

@@ -6,3 +6,3 @@ # promise-stream-queue

serially, one after another, what this module does is insert promises in a
queue, in a certain order, **allowing its asynchronous execution, but making the output be in the same order in which they were inserted**. As soon as the promise in the head of the tail is resolved, it is released, moving on to the next.
queue, in a certain order, **allowing its asynchronous execution, but making the output be in the same order in which they were inserted**. As soon as the promise in the head of the queue is resolved, it is released, moving on to the next.

@@ -9,0 +9,0 @@ In case of promises never resolved/rejected, the stream allows an execution

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