1.2.2 • Published 3 years ago

really-unique-id v1.2.2

Weekly downloads
74
License
ISC
Repository
github
Last release
3 years ago

Really Unique ID

js-standard-style

Generates a unique ID in the form iiiiiiiiiii-ttttttttt-iiiiiii using a random integer, a timestamp and another random integer (shortened to 7 chars).

The timestamp and random integer are encoded in base36 to keep the ID as small as possible while still using native base conversion.

Usage

var uniqueId = require('really-unique-id')
uniqueId()
// 658gziv02eg-0i7ow06n0-1idzrcv
1.2.2

3 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago