# black-hole-stream

> A writeable stream which silently drops all incoming data similar to /dev/null

Latest version **0.0.1** (published 2013-11-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install black-hole-stream
pnpm add black-hole-stream
yarn add black-hole-stream
bun add black-hole-stream
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2013-11-24 |
| First published | 2013-11-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | meaku |
| Maintainers | peerigon |
| Keywords | stream, writeable, black-hole, dev-null |

## Links

- npm: https://www.npmjs.com/package/black-hole-stream
- Repository: https://github.com/meaku/black-hole-stream
- Issues: https://github.com/meaku/black-hole-stream/issues
- npm.io page: https://npm.io/package/black-hole-stream

## Alternatives

- [byte-size](https://npm.io/package/byte-size.md) — 2.1M weekly downloads
- [speed-limiter](https://npm.io/package/speed-limiter.md) — 16.0K weekly downloads
- [@powersync/node](https://npm.io/package/@powersync/node.md) — 10.9K weekly downloads
- [@ledgerhq/coin-cardano](https://npm.io/package/@ledgerhq/coin-cardano.md) — 1.0K weekly downloads
- [@jayesol/jayeson.lib.streamfinder](https://npm.io/package/@jayesol/jayeson.lib.streamfinder.md) — 1.0K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2013-11-24

## README

## black-hole-stream

A Stream which silently drops all incoming data similar to /dev/null on linux/unix

## Installation
`npm install black-hole-stream`

## Usage

```javascript
var BlackHoleStream = require("black-hole-stream");

var blackHoleStream = new BlackHoleStream();

rs.pipe(blackHoleStream);
```

---
_Source: https://npm.io/package/black-hole-stream · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
