Socket
Socket
Sign inDemoInstall

tee-1

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tee-1

tee(1)


Version published
Weekly downloads
13
increased by85.71%
Maintainers
1
Install size
12.7 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 01 Dec 2013

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc