# map-values

> Map object values returning a new object

Latest version **1.0.1** (published 2014-03-14) · Public Domain license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2014-03-14 |
| First published | 2014-03-14 |
| Weekly downloads | 0 |
| License | Public Domain |
| TypeScript types | separate (@types/map-values) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Parsha Pourkhomami |
| Maintainers | parshap |
| Keywords | map, values, object |

## Links

- npm: https://www.npmjs.com/package/map-values
- Repository: git@github.com:parshap/js-map-values
- Homepage: https://github.com/parshap/js-map-values
- Issues: https://github.com/parshap/js-map-values/issues
- npm.io page: https://npm.io/package/map-values

## Recent versions

- 1.0.1 (latest) — 2014-03-14
- 1.0.0 — 2014-03-14

## README

# map-values

Map object values returning a new object.

# Example
```js
var map = require("map-values");
map({ foo: 2 }, function(val, key, obj) {
  return val * 2;
});
// -> { foo: 4 }
```

# Installation
```
npm install map-values
```

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