Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-stream

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-stream - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

lib/StreamStream.js

@@ -62,3 +62,3 @@ var util = require('util');

if(!(stream instanceof Readable)) {
readable = new Readable({objectMode: true});
var readable = new Readable({objectMode: true});
stream = readable.wrap(stream);

@@ -65,0 +65,0 @@ }

{
"name": "stream-stream",
"version": "1.2.5",
"version": "1.2.6",
"description": "A stream of streams in order to concatenates the contents of several streams",

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