# assign

> Map/Reduce promise like returned API -- Really not way to properly describe this module..

Latest version **0.1.7** (published 2014-11-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install assign
pnpm add assign
yarn add assign
bun add assign
```

## 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.1.7 |
| Published | 2014-11-03 |
| First published | 2013-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Arnout Kazemier |
| Maintainers | V1, indexzero, jcrugzz, swaagie |
| Keywords | map, reduce, flow, control, async, brainfart |

## Links

- npm: https://www.npmjs.com/package/assign
- npm.io page: https://npm.io/package/assign

## Dependencies (1)

- [fusing](https://npm.io/package/fusing.md) 0.4.x

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

- 0.1.7 (latest) — 2014-11-03
- 0.1.6 — 2014-09-22
- 0.1.5 — 2014-08-21
- 0.1.4 — 2014-08-18
- 0.1.3 — 2014-02-24
- 0.1.2 — 2014-02-21
- 0.1.1 — 2014-02-21
- 0.1.0 — 2014-02-17
- 0.0.2 — 2014-01-21
- 0.0.1 — 2014-01-16
- 0.0.0 — 2013-12-16

## README

# Assign

Assign in an experimental module that makes it easier to parse async data using
the tools we're already accustomed to in our development flows. You could see it
as an incremental asynchronous map/reduce promise.

## Installation

The module is released in the public npm registry.

```
npm install --save assign
```

## Usage

## License

MIT

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