# lodash.debounce

> The lodash method `_.debounce` exported as a module.

Latest version **4.0.8** (published 2016-08-13) · 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.debounce
pnpm add lodash.debounce
yarn add lodash.debounce
bun add lodash.debounce
```

## Health

**Score 48/100 (D)** — status: abandoned.

Positive: has types package; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.0.8 |
| Published | 2016-08-13 |
| First published | 2013-09-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/lodash.debounce) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 61273 |
| Author | John-David Dalton |
| Maintainers | jdalton, mathias, phated |
| Keywords | lodash-modularized, debounce |

## Links

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

## 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

- 4.0.8 (latest) — 2016-08-13
- 4.0.7 — 2016-07-25
- 4.0.6 — 2016-04-14
- 4.0.5 — 2016-04-11
- 4.0.4 — 2016-04-03
- 4.0.3 — 2016-02-16
- 4.0.2 — 2016-02-16
- 4.0.1 — 2016-02-03
- 4.0.0 — 2016-01-13
- 3.1.1 — 2015-06-30
- 3.1.0 — 2015-05-19
- 3.0.3 — 2015-03-25
- 3.0.2 — 2015-02-24
- 3.0.1 — 2015-02-12
- 3.0.0 — 2015-01-26
- … 7 more at https://npm.io/package/lodash.debounce/versions

## README

# lodash.debounce v4.0.8

The [lodash](https://lodash.com/) method `_.debounce` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.debounce
```

In Node.js:
```js
var debounce = require('lodash.debounce');
```

See the [documentation](https://lodash.com/docs#debounce) or [package source](https://github.com/lodash/lodash/blob/4.0.8-npm-packages/lodash.debounce) for more details.

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