an opinionated implementation of resque in node
RFC9562 UUIDs
A tiny (230B) and fast UUID (v4) generator for Node and the browser
A simple node js implementation of uuid v4 for use with Braintree's JS based SDKs.
react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.
A universally-unique, lexicographically-sortable, identifier generator
Simple generation of sanity document IDs
Windows legacy GUID parser
Create and translate standard UUIDs with shorter formats.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Generating uuid-hash from string
UUID v4 generator and validator (RFC4122 compliant)
Fastest UUIDv4 with good RNG
Generate random or sequential UUID of any length
RFC4122 UUID parser
Pure JavaScript Based Universally Unique Identifier (UUID)
TypeScript definitions for uuid-validate
An RxJS map operator that takes an observable of arrays as input and emits arrays where each element represents emissions from the projected observable.
A JavaScript implementation of UUID version 7
Javascript validator for UUID versions 1 through 5
Add UUID to Vue instance.
Resque Queue for AdonisJS v6
Generate UUIDs of versions 1, 3, 4, and 5.
Angular 2 / TypeScript crypto-secure UUID generator
Generates a UUID for Resque jobs as they are enqueued
Resque plugin that allows querying future jobs for it's result, for example: job = Resque.enqueue_future(MixerWorker, "yeah") # store job.uuid somewhere # Later on job = Resque.get_future_job(uuid) job.ready? job.result job.finished_at