# pull-looper

> unwind the stack while reading recursively from a pull-stream

Latest version **1.0.0** (published 2017-06-08) · Fair license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-06-08 |
| First published | 2017-06-08 |
| Weekly downloads | 0 |
| License | Fair |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | cel |
| Maintainers | cel |
| Keywords | pull-stream |

## Links

- npm: https://www.npmjs.com/package/pull-looper
- Repository: ssb://%amdvACBM0lDEDdFDdw3E9Gzx1PbcFVi17ojmrwR45uY=.sha256
- Homepage: https://git.scuttlebot.io/%25amdvACBM0lDEDdFDdw3E9Gzx1PbcFVi17ojmrwR45uY%3D.sha256
- npm.io page: https://npm.io/package/pull-looper

## Dependencies (1)

- [looper](https://npm.io/package/looper.md) ^4.0.0

## 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

- 1.0.0 (latest) — 2017-06-08

## README

# pull-looper

Wrap a pull-stream so that it can be read from with deep recursion without triggering a RangeError.
Uses [looper](https://github.com/dominictarr/looper).

Usage: Just stick the module in a pull-stream pipeline.
Example:

```
var pull = require('pull-stream')
var pullLooper = require('pull-looper')

pull(
  ...,
  pullLooper,
  ...
)
```

## License

Copyright (c) 2017 [@cel](@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519)

Usage of the works is permitted provided that this instrument
is retained with the works, so that any entity that uses the
works is notified of this instrument.

DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

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