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.2 to 3.4.3

6

index.js
var stream = require('readable-stream')
var eos = require('end-of-stream')
var util = require('util')
var inherits = require('inherits')

@@ -55,3 +55,3 @@ var SIGNAL_FLUSH = new Buffer([0])

util.inherits(Duplexify, stream.Duplex)
inherits(Duplexify, stream.Duplex)

@@ -228,2 +228,2 @@ Duplexify.obj = function(writable, readable, opts) {

module.exports = Duplexify
module.exports = Duplexify
{
"name": "duplexify",
"version": "3.4.2",
"version": "3.4.3",
"description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",

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

"end-of-stream": "1.0.0",
"inherits": "^2.0.1",
"readable-stream": "^2.0.0"

@@ -10,0 +11,0 @@ },

@@ -93,2 +93,6 @@ # duplexify

MIT
MIT
## Related
`duplexify` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.
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