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

duplexify

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duplexify - npm Package Compare versions

Comparing version 3.4.5 to 3.4.6

1

index.js

@@ -162,2 +162,3 @@ var stream = require('readable-stream')

while ((data = shift(this._readable2)) !== null) {
if (this.destroyed) continue
this._drained = this.push(data)

@@ -164,0 +165,0 @@ }

4

package.json
{
"name": "duplexify",
"version": "3.4.5",
"description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
"version": "3.4.6",
"description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
"main": "index.js",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -6,3 +6,3 @@ # duplexify

Similar to [duplexer2](https://github.com/deoxxa/duplexer2) except it supports both streams2 and streams1 as input
and it allows you to set the readable and writable part asynchroniously using `setReadable(stream)` and `setWritable(stream)`
and it allows you to set the readable and writable part asynchronously using `setReadable(stream)` and `setWritable(stream)`

@@ -31,3 +31,3 @@ ```

You can also set the readable and writable parts asynchroniously
You can also set the readable and writable parts asynchronously

@@ -34,0 +34,0 @@ ``` 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