# lodash.uniqueid

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

Latest version **4.0.1** (published 2016-07-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.uniqueid
pnpm add lodash.uniqueid
yarn add lodash.uniqueid
bun add lodash.uniqueid
```

## 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.1 |
| Published | 2016-07-25 |
| First published | 2013-09-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/lodash.uniqueid) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 61279 |
| Author | John-David Dalton |
| Maintainers | jdalton, mathias, phated |
| Keywords | lodash-modularized, uniqueid |

## Links

- npm: https://www.npmjs.com/package/lodash.uniqueid
- 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.uniqueid

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 4.0.1 (latest) — 2016-07-25
- 4.0.0 — 2016-02-16
- 3.2.0 — 2016-02-08
- 3.1.2 — 2016-02-03
- 3.1.1 — 2016-01-26
- 3.1.0 — 2016-01-13
- 3.0.0 — 2015-01-26
- 2.4.1 — 2013-12-03
- 2.4.0 — 2013-11-26
- 2.3.0 — 2013-11-11
- 2.2.1 — 2013-10-03
- 2.2.0 — 2013-09-29
- 2.1.0 — 2013-09-23
- 2.0.0 — 2013-09-23

## README

# lodash.uniqueid v4.0.1

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

## Installation

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

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

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

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