# lodash-fp

> Lodash with more functional fun.

Latest version **0.10.4** (published 2016-03-06) · MIT license · 0 weekly downloads

> **Deprecated.** See documentation for alternatives

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

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.10.4 |
| Published | 2016-03-06 |
| First published | 2015-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 556 |
| Author | John-David Dalton |
| Maintainers | jdalton, mathias, phated |

## Links

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

## Dependencies (1)

- [lodash-compat](https://npm.io/package/lodash-compat.md) ^3.10.2

## Recent versions

- 0.10.4 (latest) — 2016-03-06
- 0.10.3 — 2016-01-25
- 0.10.2 — 2015-08-19
- 0.10.1 — 2015-07-17
- 0.10.0 — 2015-06-30
- 0.9.4 — 2015-06-15
- 0.9.3 — 2015-06-10
- 0.9.2 — 2015-06-09
- 0.9.1 — 2015-06-05
- 0.9.0 — 2015-05-24
- 0.8.0 — 2015-05-01
- 0.7.0 — 2015-04-16
- 0.6.0 — 2015-03-30
- 0.5.1 — 2015-03-11
- 0.5.0 — 2015-03-09
- … 4 more at https://npm.io/package/lodash-fp/versions

## README

# lodash-fp v0.10.4

The [lodash](https://lodash.com/) library with auto-curried iteratee-first data-last methods.

## Discontinued

This package has been discontinued in favor of [lodash/fp](https://github.com/lodash/lodash/wiki/FP-Guide).

## Installation

In browsers:

```html
<script src="dist/lodash-fp.js"></script>
```

Using npm:

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

In Node.js:

```js
var _ = require('lodash-fp');
_.map(parseInt)(['6', '08', '10']);
// => [6, 8, 10]
```

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

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