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.1.1 to 1.1.2

test/nested_middle.js

5

index.js

@@ -140,6 +140,9 @@ var Duplex = require('readable-stream').Duplex;

});
if (j < args.length - 1) stream.pipe(args[j+1]);
reps.push(stream);
})(arguments[j]);
for (var i = 0; i < reps.length - 1; i++) {
reps[i].pipe(reps[i+1]);
}
if (reps.length && self._streams[end]) {

@@ -146,0 +149,0 @@ reps[reps.length-1].pipe(self._streams[end]);

2

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

@@ -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