# map-values-deep

> Recursive lodash.mapValues

Latest version **1.0.2** (published 2019-07-11) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-07-11 |
| First published | 2019-06-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8 |
| Dependencies | 0 |
| Unpacked size | 6.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15 |
| Author | Kiko Beats |
| Maintainers | kikobeats |
| Keywords | array, circular, deep, json, lodash, map, nested, object, primitive, recursive, values |

## Links

- npm: https://www.npmjs.com/package/map-values-deep
- Repository: https://github.com/Kikobeats/map-values-deep
- Homepage: https://nicedoc.io/Kikobeats/map-values-deep
- Issues: https://github.com/Kikobeats/map-values-deep/issues
- npm.io page: https://npm.io/package/map-values-deep

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.2 (latest) — 2019-07-11
- 1.0.1 — 2019-06-19
- 1.0.0 — 2019-06-04

## README

# map-values-deep

![Last version](https://img.shields.io/github/tag/Kikobeats/map-values-deep.svg?style=flat-square)
[![Build Status](https://img.shields.io/travis/com/Kikobeats/map-values-deep/master.svg?style=flat-square)](https://travis-ci.com/Kikobeats/map-values-deep)
[![NPM Status](https://img.shields.io/npm/dm/map-values-deep.svg?style=flat-square)](https://www.npmjs.org/package/@kikobeats/map-values-deep)

> Recursive lodash.mapKeys

## Install

```bash
$ npm install lodash map-values-deep --save
```

## Usage

```js
const mapValuesDeep = require('map-values-deep')

const square = (value, key) => value * value

mapValuesDeep({ two: 2, obj: { three: 3, four: 4 }, arr: [5, 6] }, square)
// => { two: 4, obj: { three: 9, four: 16 }, arr: [25, 36] }
```
## License

**map-values-deep** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/map-values-deep/blob/master/LICENSE.md) License.<br>
Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/map-values-deep/contributors).

> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)

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