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.9 to 1.0.10

10

package.json
{
"name": "it-parallel-batch",
"version": "1.0.9",
"version": "1.0.10",
"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",
"main": "index.js",
"repository": "github:achingbrain/it",
"homepage": "https://github.com/achingbrain/it#readme",
"homepage": "https://github.com/achingbrain/it/tree/master/packages/it-parallel-batch#readme",
"bugs": "https://github.com/achingbrain/it/issues",

@@ -25,3 +25,3 @@ "scripts": {

"delay": "^4.3.0",
"it-all": "^1.0.5",
"it-all": "^1.0.6",
"nyc": "^15.1.0",

@@ -32,3 +32,3 @@ "standard": "^16.0.3",

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

@@ -43,3 +43,3 @@ "typesVersions": {

},
"gitHead": "072e516f67366da9a371d54bbb216850502d78aa"
"gitHead": "29126fa87dae108acef381693812f22ac8f9362b"
}
# it-parallel-batch
[![Build status](https://travis-ci.org/achingbrain/it.svg?branch=master)](https://travis-ci.org/achingbrain/it?branch=master) [![Coverage Status](https://coveralls.io/repos/github/achingbrain/it/badge.svg?branch=master)](https://coveralls.io/github/achingbrain/it?branch=master) [![Dependencies Status](https://david-dm.org/achingbrain/it/status.svg?path=packages/it-parallel-batch)](https://david-dm.org/achingbrain/it?path=packages/it-parallel-batch)
[![Build status](https://github.com/achingbrain/it/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/achingbrain/it/actions/workflows/test.yml) [![Coverage Status](https://coveralls.io/repos/github/achingbrain/it/badge.svg?branch=master)](https://coveralls.io/github/achingbrain/it?branch=master) [![Dependencies Status](https://david-dm.org/achingbrain/it/status.svg?path=packages/it-parallel-batch)](https://david-dm.org/achingbrain/it?path=packages/it-parallel-batch)

@@ -5,0 +5,0 @@ > Takes an (async) iterable that emits promise-returning functions, invokes them in parallel and emits the results as they become available but in the same order as the input

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