it-parallel-batch
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8629
Updatedit-batch@^1.0.9