The Unique string will be generate.
Generate a unique character string suitible for use in files and URLs.
Generate a unique filename for use in temporary directories or caches.
Generate a unique random string
Remove duplicate values from an array. Fastest ES5 implementation.
A universally-unique, lexicographically-sortable, identifier generator
Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.
Unique file name with streams support
Native Access to MacOS FSEvents
Tiny but linear growing unique id generator
Unique machine (desktop) id (no admin privileges required).
TypeScript definitions for triple-beam
Ensure CSS selectors are unique.
Generate a random integer
Parameterised tests for Jest
A module to create a set of unique numbers as fast as possible.
Generate unique and memorable names
Deprecate all the things
Safe defaults for cssnano which require minimal configuration.
mongoose-unique-validator is a plugin which adds pre-save validation for unique fields within a Mongoose schema.
Get consecutively unique elements from an array
Convert a string to a valid JavaScript identifier
Reduce an array to unique values, optionally into a separate array.
Node.js module to get a short unique hash of a string
Calculates a set of unique abbreviations for a given set of strings
Sad Squid is an implementation of a unique ID string inspired by Asana.
Using SHA1 encryption and the current time, this gem generates a random string that is useful for API keys.
Unique token strings for your activerecord models
RandomizedField is a simple ActiveRecord module that populates a field with a unique, randomly-generated string. This is useful for generating one-off tokens or creating a non-incrementing unique ID. See the project page for example uses.
Transliterates characters into Latin character set and allows for generation of uniuqe variants with an incrementing ID
Sequel Model plugin that adds [0-9a-z] unique id prefixed by a custom string.
It generates unique string with mixture of strings and numerics
Generate URL-safe slugs from any string with built-in Unicode transliteration, configurable separators, word-boundary truncation, and collision-aware uniqueness.
Generates human readable unique-ish string
C++ extension for nanoid gem: A tiny, secure URL-friendly unique string ID generator.
Use `has_token` in your model to automatically generate a unique token on before_create. (Model needs to have a `token` field with type string.)