# gud

> Create a 'gud nuff' (not cryptographically secure) globally unique id

Latest version **1.0.0** (published 2018-02-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install gud
pnpm add gud
yarn add gud
bun add gud
```

## 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 | 1.0.0 |
| Published | 2018-02-21 |
| First published | 2018-02-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 21 |
| Author | Jamie Kyle |
| Maintainers | thejameskyle |
| Keywords | global, unique, id, identifier, number, uuid, uid |

## Links

- npm: https://www.npmjs.com/package/gud
- Repository: https://github.com/jamiebuilds/global-unique-id
- Homepage: https://github.com/jamiebuilds/global-unique-id#readme
- Issues: https://github.com/jamiebuilds/global-unique-id/issues
- npm.io page: https://npm.io/package/gud

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

- 1.0.0 (latest) — 2018-02-21

## README

# gud

> Create a 'gud nuff' (not cryptographically secure) globally unique id

## Install

```
yarn add gud
```

## Usage

```js
const gud = require('gud');

console.log(gud()); // 1
console.log(gud()); // 2
```

This is ever so slightly better than using something like `_.uniqueId` because
it will work across multiple copies of the same module.

Do not use this in place of actual UUIDs, security folks will hate me.

This will not be unique across processes/workers.

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