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

buffered-async-iterable

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffered-async-iterable - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

70

package.json
{
"name": "buffered-async-iterable",
"version": "0.2.0",
"version": "0.3.0",
"description": "Creates a prefetched async iterable",

@@ -10,7 +10,11 @@ "homepage": "http://github.com/voxpelli/buffered-async-iterable",

},
"keywords": [],
"keywords": [
"async",
"iterator",
"highwatermark"
],
"author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=18.6.0"
},

@@ -32,3 +36,3 @@ "type": "module",

"build": "run-s build:*",
"check:installed-check": "installed-check -i eslint-plugin-jsdoc -i knip",
"check:installed-check": "installed-check",
"check:knip": "knip",

@@ -41,42 +45,42 @@ "check:lint": "eslint --report-unused-disable-directives .",

"clean": "run-p clean:*",
"prepare": "husky",
"prepublishOnly": "run-s build",
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
"test-ci": "run-s test:*",
"test": "run-s check test:*",
"prepare": "husky install"
"test": "run-s check test:*"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-quantifiers": "^1.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.31",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.9",
"@voxpelli/eslint-config": "^17.0.3",
"@voxpelli/tsconfig": "^7.0.0",
"c8": "^7.13.0",
"chai": "^4.3.7",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-quantifiers": "^1.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.24",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@voxpelli/eslint-config": "^19.0.0",
"@voxpelli/tsconfig": "^11.0.0",
"c8": "^9.1.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"chai-quantifiers": "^1.0.17",
"eslint": "^8.40.0",
"eslint-plugin-es-x": "^7.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^44.2.4",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^16.0.0",
"chai-quantifiers": "^1.0.18",
"eslint": "^8.57.0",
"eslint-plugin-es-x": "^7.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-mocha": "^10.4.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-unicorn": "^47.0.0",
"husky": "^8.0.3",
"installed-check": "^7.1.0",
"knip": "^2.11.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.0.5",
"sinon": "^15.1.0",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^9.0.11",
"installed-check": "^8.0.1",
"knip": "^5.1.1",
"mocha": "^10.3.0",
"npm-run-all2": "^6.1.2",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"type-coverage": "^2.25.3",
"typescript": "~5.0.4"
"type-coverage": "^2.27.1",
"typescript": "~5.4.2"
}
}

@@ -1,3 +0,12 @@

# buffered-async-iterable
<div align="center">
<img
src="buffered-async-iterable.svg"
width="650"
height="auto"
/>
</div>
Buffered processing of async iterables / generators in parallel to achieve comparable performance to `Promise.all()`
[![npm version](https://img.shields.io/npm/v/buffered-async-iterable.svg?style=flat)](https://www.npmjs.com/package/buffered-async-iterable)

@@ -10,3 +19,3 @@ [![npm downloads](https://img.shields.io/npm/dm/buffered-async-iterable.svg?style=flat)](https://www.npmjs.com/package/buffered-async-iterable)

**WORK IN PROGRESS – early unpolished prerelease**
**WORK IN PROGRESS – early prerelease**

@@ -78,3 +87,3 @@ ## Usage

* [`hwp`](https://github.com/mcollina/hwp) – similar module by @mcollina
* [`hwp`](https://github.com/mcollina/hwp) – similar module by [@mcollina](https://github.com/mcollina)

@@ -81,0 +90,0 @@ <!-- ## See also

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