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.7 to 0.1.8

5

index.js

@@ -12,2 +12,3 @@ 'use strict';

output.add = add
output.isEmpty = isEmpty

@@ -32,2 +33,6 @@ output.on('unpipe', remove)

function isEmpty () {
return sources.length == 0;
}
function remove (source) {

@@ -34,0 +39,0 @@ sources = sources.filter(function (it) { return it !== source })

2

package.json
{
"name": "merge-stream",
"version": "0.1.7",
"version": "0.1.8",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc