Socket
Socket
Sign inDemoInstall

it-merge

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-merge - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

package.json
{
"name": "it-merge",
"version": "2.0.0",
"version": "2.0.1",
"description": "Treat one or more iterables as a single iterable",

@@ -141,5 +141,5 @@ "author": "Alex Potsides <alex@achingbrain.net>",

"devDependencies": {
"aegir": "^37.5.0",
"aegir": "^38.1.7",
"it-all": "^2.0.0"
}
}

@@ -9,3 +9,3 @@ import { pushable } from 'it-pushable'

*/
export default async function * merge <T> (...sources: Array<AsyncIterable<T>|Iterable<T>>): AsyncGenerator<T, void, undefined> {
export default async function * merge <T> (...sources: Array<AsyncIterable<T> | Iterable<T>>): AsyncGenerator<T, void, undefined> {
const output = pushable<T>({

@@ -12,0 +12,0 @@ objectMode: true

Sorry, the diff of this file is not supported yet

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