# @most/disposable

> Reactive programming with lean, functions-only, curried, tree-shakeable API

Latest version **1.3.0** (published 2020-09-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @most/disposable
pnpm add @most/disposable
yarn add @most/disposable
bun add @most/disposable
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.0 |
| Published | 2020-09-30 |
| First published | 2017-04-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 35.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 414 |
| Author | brian@hovercraftstudios.com |
| Maintainers | tylors, briancavalier, davidchase, most |
| Keywords | reactive, reactive programming, events, event stream, promise, promises, monad, monadic, functional, async |

## Links

- npm: https://www.npmjs.com/package/@most/disposable
- Repository: https://github.com/mostjs/core
- Homepage: https://github.com/mostjs/core#readme
- Issues: https://github.com/mostjs/core/issues
- npm.io page: https://npm.io/package/@most/disposable

## Dependencies (2)

- [@most/types](https://npm.io/package/@most/types.md) ^1.1.0
- [@most/prelude](https://npm.io/package/@most/prelude.md) ^1.8.0

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.3.0 (latest) — 2020-09-30
- 1.0.0-beta.1 (beta) — 2017-11-03
- 1.2.2 — 2019-06-25
- 1.2.1 — 2018-07-25
- 1.2.0 — 2018-05-15
- 1.1.0 — 2017-12-07
- 1.0.0 — 2017-11-07
- 1.0.0-beta.0 — 2017-10-25
- 0.13.1 — 2017-10-07
- 0.13.0 — 2017-09-05
- 0.12.0 — 2017-08-24
- 0.11.0 — 2017-07-12
- 0.10.0 — 2017-06-28
- 0.9.1 — 2017-06-21
- 0.9.0 — 2017-06-21
- … 4 more at https://npm.io/package/@most/disposable/versions

## README

```
________________________________
___   |/  /_  __ \_  ___/__  __/
__  /|_/ /_  / / /____ \__  /   
_  /  / / / /_/ /____/ /_  /    
/_/  /_/  \____/______/ /_/
```

# Monadic Event Stream

[![MostJS](https://circleci.com/gh/mostjs/core.svg?style=svg)](https://circleci.com/gh/mostjs/core)
[![Join the chat at https://gitter.im/cujojs/most](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cujojs/most?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

High-performance reactive event stream programming that powers [Most](https://github.com/cujojs/most).

Specifically, `@most/core` features Most's battle-tested, high-performance architecture in a leaner, functions-only, *curried* API in a *tree-shakeable* package.

* [API docs](https://mostcore.readthedocs.io)
* [Get it](#get-it)
* [Examples](examples)
* [Packages](PACKAGES.md)
* [Contribute](#contribute)

## Get it

```
npm install --save @most/core @most/scheduler

yarn add @most/core @most/scheduler
```

## Contribute

After cloning the repository

```
npm install --legacy-peer-deps
```

### Running the Tests

```
npm test
```

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