# map

> Functional map

Latest version **1.0.1** (published 2016-03-23) · MIT license · 0 weekly downloads

## Install

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

## 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.1 |
| Published | 2016-03-23 |
| First published | 2012-12-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | iclanzan |

## Links

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

## Recent versions

- 1.0.1 (latest) — 2016-03-23
- 1.0.0 — 2016-03-22
- 0.0.3 — 2014-03-02
- 0.0.2 — 2013-11-01
- 0.0.1 — 2013-04-28
- 0.0.0 — 2012-12-18

## README

# Map

## Usage

```js
const map = require('map')
const increment = map(a => a + 1)
const list = [1, 2, 3]

const incrementedList = increment(list)
// => [2, 3, 4]
```

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