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

it-parallel-batch

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-parallel-batch - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

dist/index.d.ts

@@ -7,4 +7,4 @@ export = parallelBatch;

/**
* @typedef {{ok:false, err:Error}} Failure
*/
* @typedef {{ok:false, err:Error}} Failure
*/
/**

@@ -11,0 +11,0 @@ * Takes an (async) iterator that emits promise-returning functions,

@@ -10,3 +10,3 @@ 'use strict'

/**
/**
* @typedef {{ok:false, err:Error}} Failure

@@ -33,4 +33,4 @@ */

p => {
return p().then(value => ({ ok: true, value }), err => ({ ok: false, err }))
})
return p().then(value => ({ ok: true, value }), err => ({ ok: false, err }))
})

@@ -37,0 +37,0 @@ for (let i = 0; i < things.length; i++) {

{
"name": "it-parallel-batch",
"version": "1.0.8",
"version": "1.0.9",
"description": "Takes an async iterator that emits promise-returning functions, invokes them in parallel and emits the results in the same order as the input",

@@ -31,3 +31,3 @@ "main": "index.js",

"dependencies": {
"it-batch": "^1.0.7"
"it-batch": "^1.0.8"
},

@@ -41,3 +41,4 @@ "typesVersions": {

}
}
},
"gitHead": "072e516f67366da9a371d54bbb216850502d78aa"
}

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