# pull-pause

> a through pull-stream that can be turned on and off like a tap.

Latest version **0.0.2** (published 2017-12-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install pull-pause
pnpm add pull-pause
yarn add pull-pause
bun add pull-pause
```

## 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.2 |
| Published | 2017-12-03 |
| First published | 2016-01-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Dominic Tarr |
| Maintainers | dominictarr |

## Links

- npm: https://www.npmjs.com/package/pull-pause
- Repository: https://github.com/dominictarr/pull-pause
- Issues: https://github.com/dominictarr/pull-pause/issues
- npm.io page: https://npm.io/package/pull-pause

## Recent versions

- 0.0.2 (latest) — 2017-12-03
- 0.0.1 — 2017-02-28
- 0.0.0 — 2016-01-04

## README

# pull-pause

a through pull-stream that can be turned on and off like a tap.

## Example

``` js

var pull = require('pull-stream')
var pause = require('pull-pause')()


pull(
  source,
  pause,
  sink
)

pause.pause() //stop reading.

pause.resume() //resume reading.


```

## License

MIT

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