Socket
Socket
Sign inDemoInstall

stream-splicer

Package Overview
Dependencies
9
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

test/nested.js

7

index.js

@@ -126,2 +126,5 @@ var Duplex = require('readable-stream').Duplex;

for (var j = 2; j < args.length; j++) (function (stream) {
if (isArray(stream)) {
stream = new Pipeline(stream, self._options);
}
stream.on('error', function (err) {

@@ -156,2 +159,6 @@ err.stream = this;

Pipeline.prototype.get = function (index) {
return this._streams[index];
};
Pipeline.prototype.indexOf = function (stream) {

@@ -158,0 +165,0 @@ return indexof(this._streams, stream);

2

package.json
{
"name": "stream-splicer",
"version": "1.0.2",
"version": "1.1.0",
"description": "streaming pipeline with a mutable configuration",

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

Sorry, the diff of this file is not supported yet

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