Socket
Socket
Sign inDemoInstall

merge-stream

Package Overview
Dependencies
7
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

2

index.js

@@ -33,4 +33,4 @@ 'use strict';

sources = sources.filter(function (it) { return it !== source })
if (!sources.length && output.readable) { output.emit('end') }
if (!sources.length && output.readable) { output.end() }
}
}
{
"name": "merge-stream",
"version": "0.1.6",
"version": "0.1.7",
"description": "Create a stream that emits events from multiple other streams",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc