Socket
Socket
Sign inDemoInstall

asynciterator-union

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    asynciterator-union

An AsyncIterator for taking the union of different AsyncIterators


Version published
Weekly downloads
13
decreased by-31.58%
Maintainers
1
Install size
345 kB
Created
Weekly downloads
 

Readme

Source

Async Union Iterator

Build Status Coverage Status npm version Greenkeeper badge

An AsyncIterator for taking the union of different AsyncIterators.

As of version 1.2.0, this requires Node version 8 or higher.

Usage

const RoundRobinUnionIterator = require('asynciterator-union').RoundRobinUnionIterator;

let it = new RoundRobinUnionIterator([AsyncIterator.range(0, 2), AsyncIterator.range(2, 4)]);
it.on('data', console.log);

License

This software is written by Ruben Taelman.

This code is released under the MIT license.

Keywords

FAQs

Last updated on 14 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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