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.0.0 to 1.1.0

.travis.yml

8

index.js

@@ -40,2 +40,6 @@ var eos = require('end-of-stream')

}
if (readable === null) {
this.push(null)
return
}

@@ -65,2 +69,6 @@ var self = this

}
if (writable === null) {
stream.Writable.prototype.end.call(this)
return
}

@@ -67,0 +75,0 @@ var self = this

4

package.json
{
"name": "duplexify",
"version": "1.0.0",
"description": "Similar to duplexer2 except it supports both streams2 and streams1 as input and it allows you to set the readable and writable part asynchroniously",
"version": "1.1.0",
"description": "Turn a writeable 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": {

@@ -12,2 +12,4 @@ # duplexify

[![build status](http://img.shields.io/travis/mafintosh/duplexify.svg?style=flat)](http://travis-ci.org/mafintosh/duplexify)
## Usage

@@ -14,0 +16,0 @@

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