# lodash-compat

> The compatibility build of lodash modular utilities.

Latest version **3.10.2** (published 2016-01-25) · MIT license · 0 weekly downloads

> **Better alternative:** See documentation for alternatives (https://github.com/AikidoSec/module-replacements/blob/main/docs/lodash-underscore)

## Install

```sh
npm install lodash-compat
pnpm add lodash-compat
yarn add lodash-compat
bun add lodash-compat
```

## 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 | 3.10.2 |
| Published | 2016-01-25 |
| First published | 2015-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | John-David Dalton |
| Maintainers | jdalton, mathias, phated |
| Keywords | compatibility, modules, stdlib, util |

## Links

- npm: https://www.npmjs.com/package/lodash-compat
- Repository: https://github.com/lodash/lodash-compat
- Homepage: https://lodash.com/
- Issues: https://github.com/lodash/lodash/issues
- npm.io page: https://npm.io/package/lodash-compat

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 3.10.2 (latest) — 2016-01-25
- 3.10.1 — 2015-08-04
- 3.10.0 — 2015-06-30
- 3.9.3 — 2015-05-26
- 3.9.2 — 2015-05-24
- 3.9.1 — 2015-05-19
- 3.9.0 — 2015-05-19
- 3.8.0 — 2015-05-01
- 3.7.0 — 2015-04-16
- 3.6.0 — 2015-03-25
- 3.5.0 — 2015-03-09
- 3.4.0 — 2015-03-06
- 3.3.1 — 2015-02-24
- 3.3.0 — 2015-02-20
- 3.2.0 — 2015-02-12
- … 3 more at https://npm.io/package/lodash-compat/versions

## README

# lodash-compat v3.10.2

The compatibility build of [lodash](https://lodash.com/) exported as [Node.js](https://nodejs.org/) modules.

## Discontinued

This package has been discontinued. No further development is expected.

## Installation

Using npm:

```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash-compat
```

In Node.js:

```js
// load the compatibility build
var _ = require('lodash-compat');
// or a method category
var array = require('lodash-compat/array');
// or a method
var chunk = require('lodash-compat/array/chunk');
```

See the [package source](https://github.com/lodash/lodash-compat/tree/3.10.2-npm) for more details.

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