Socket
Book a DemoInstallSign in
Socket

tee

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tee

tee(1)

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

tee

tee(1)

Build Status

Usage

var tee = require('tee');

src
  .pipe(tee(
    dest1,
    dest2,
    dest3
  ))
  .pipe(somewhereElse)

Installation

$ npm install tee-1
# or
$ component install godmodelabs/tee

API

tee(destination, ...)

Creates a new through Stream that pipes all incoming data to each destination-Stream.

Emits close when all piped to streams closed.

License

(MIT)

Keywords

stream

FAQs

Package last updated on 23 Feb 2015

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