Socket
Socket
Sign inDemoInstall

combine-async-iterators

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

3

index.js

@@ -29,2 +29,5 @@ "use strict";

try {
if (iterators.length === 0) {
return;
}
const promises = iterators.map(getNextAsyncIteratorValue);

@@ -31,0 +34,0 @@ let open = iterators.length;

2

package.json
{
"name": "combine-async-iterators",
"version": "1.1.0",
"version": "1.1.1",
"description": "Combine Multiple Asynchronous Iterators in one (not a sequence)",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc