You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

merge-async-iterators

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

merge-async-iterators - npm Package Compare versions

Comparing version

to
0.1.2

2

index.js

@@ -30,3 +30,5 @@ module.exports = async function* merge(iterators, opts = {}) {

throw error;
} finally {
iterators.forEach(i => i.return());
}
};

2

package.json
{
"name": "merge-async-iterators",
"version": "0.1.1",
"version": "0.1.2",
"description": "Merge multiple async iterators",

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