Socket
Socket
Sign inDemoInstall

plexer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plexer

Streams2 duplexer.


Version published
Weekly downloads
49K
decreased by-3.9%
Maintainers
1
Weekly downloads
 
Created
Source

Plexer

A stream duplexer embracing Streams 2.0 (for real).

NPM version Build Status Dependency Status devDependency Status Coverage Status

## Usage

plexer([options,] writable, readable)

options
options.reemitErrors

Type: Boolean Default value: true

Tells the duplexer to reemit given streams errors.

options.objectMode

Type: Boolean Default value: false

Use if given in streams are in object mode. In this case, the duplexer will also be in the object mode.

options.*

Plexer inherits of Stream.Duplex, the options are passed to the parent constructor so you can use it's options too.

writable

Type: Stream

Required. Any writable stream.

readable

Type: Stream

Required. Any readable stream.

Stats

NPM NPM

Contributing

Feel free to pull your code if you agree with publishing it under the MIT license.

Keywords

FAQs

Package last updated on 26 Apr 2014

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

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