New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

duplex-pipe

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duplex-pipe

a friendlier .pipe() for duplex streams that doesn't do cleanup on 'end'

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
1.4K
39.96%
Maintainers
1
Weekly downloads
 
Created
Source

duplex-pipe

A friendlier .pipe() for duplex streams that doesn't do cleanup on 'end', as per this node core issue.

methods

This is exactly the same as node 0.8 core Stream except that duplex-pipe will not do dest.on('end', cleanup) if dest is readable.

Plus there is another hack to remove cleanup listeners when piped to.

install

With npm do:

npm install duplex-pipe

license

MIT

Keywords

duplex

FAQs

Package last updated on 31 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts