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 1.5.2 to 1.5.3

3

index.js

@@ -100,2 +100,3 @@ var eos = require('end-of-stream')

var self = this
var overriding = !!this._writable
var unend = eos(writable, {writable:true, readable:false}, this._onclose)

@@ -117,3 +118,3 @@

this._writableClear = clear
if (self._ondrain) process.nextTick(ondrain) // force a drain too avoid livelocks
if (overriding) process.nextTick(ondrain) // force a drain too avoid livelocks

@@ -120,0 +121,0 @@ if (this._writeArguments) this._write.apply(this, this._writeArguments)

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

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