New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

series-stream

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

series-stream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.js

@@ -23,5 +23,8 @@ var PassThrough = require('stream').PassThrough

PassThrough.prototype.pipe.call(this, dest)
if (!this._current) {
this._next()
}
return dest
}

@@ -31,2 +34,3 @@

this._queue.push(src)
return this
}

@@ -45,3 +49,3 @@

if (this._current) return // Only end when all streams have ended
PassThrough.prototype.end.apply(this, arguments)
return PassThrough.prototype.end.apply(this, arguments)
}

@@ -48,0 +52,0 @@

2

package.json
{
"name": "series-stream",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipe multiple streams into a single stream, ensuring each added stream finishes piping it's data before the next begins.",

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

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