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.3.0 to 3.4.0

4

index.js

@@ -159,3 +159,5 @@ var stream = require('readable-stream')

var data
while ((data = this._readable2.read()) !== null) {
var state = this._readable2._readableState
while ((data = this._readable2.read(state.buffer.length ? state.buffer[0].length : state.length)) !== null) {
this._drained = this.push(data)

@@ -162,0 +164,0 @@ }

{
"name": "duplexify",
"version": "3.3.0",
"version": "3.4.0",
"description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",

@@ -8,3 +8,3 @@ "main": "index.js",

"end-of-stream": "1.0.0",
"readable-stream": "^1.0.27-1"
"readable-stream": "^1.1.13"
},

@@ -11,0 +11,0 @@ "devDependencies": {

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