Javascript validator for UUID versions 1 through 5
TypeScript definitions for uuid-validate
RFC9562 UUIDs
UUID validator rewritten in TypeScript to support UUID versions 1 through 7. This package is fork of microsoft/uuid-validate.
Protocol Buffer Validation for ECMAScript
A tiny (230B) and fast UUID (v4) generator for Node and the browser
Node UUID v4 Generator
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
A simple v4 UUID generator
Create and translate standard UUIDs with shorter formats.
Windows legacy GUID parser
Simple generation of sanity document IDs
Give me a string and I'll tell you if it's a valid npm package name
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
No description provided.
UUID v4 generator and validator (RFC4122 compliant)
Generate random or sequential UUID of any length
Fastest UUIDv4 with good RNG
Email address and domain validation
TypeScript definitions for validate-npm-package-name
Validates whether a string matches the production for an XML name or qualified name
UUID Validator for ActiveModel
This module creates an isomorphic representation of a UUID which is guaranteed to fit into the grammar of the XML NCName construct, which also happens to exhibit (modulo case and hyphens) the same constraints as identifiers in nearly all programming languages. Provides case sensitive (Base64) and case-insensitive (Base32) variants.
Make your model uniq and identifiable through a readable name.
Provides UUID generation for Mongoid models. It includes a validator for UUIDs.
Youyouaidi offers a UUID class for parsing, validating and encoding UUIDs
This extends shoulda-matchers to allow validating binary uuids in models.
UUIDParameter handles a :uuid column and validation for any model.
Youyouaidi offers a UUID class for parsing, validating and encoding UUIDs
Port of wickedbyte/int-to-uuid. Encodes a non-negative 64-bit unsigned integer and an optional 32-bit namespace into a valid RFC 9562 Version 8 UUID.
UUID and ULID primary key support for Rails with SQLite3. Provides automatic type registration, validation, foreign key detection, and clean schema generation. Supports UUIDv4 (random), UUIDv7 (time-ordered), and ULID (compact, time-sortable) with zero external dependencies.
== Description A tool for describing and validating objects as intuitively as possible. Easier to read and write than JSON Schema, and more powerful than a simple hash comparison. Example usage: shape = { :$uuid => { email: :$email, first_name: String, last_name: String, preferred_name: AnyOf[String, nil], admin_only_information: AnyOf[{Symbol => String}, :$undefined], Symbol => Object, }, } expect(api_response.body).to have_shape(shape)
Simple REST api for anime.akinyele.ca