1 مستودع
Converting identifiers between different standard versions while preserving identity.
Distinct from Serialization Versioning: Distinct from serialization versioning: focuses on transforming the internal structure of a UUID between RFC versions.
Explore 1 awesome GitHub repository matching devops & infrastructure · Identifier Version Transformations. Refine with filters or upvote what's useful.
node-uuid is a JavaScript library for generating and validating universally unique identifiers that comply with the RFC 4122 standard. It provides a utility for creating random, timestamp-based, or namespace-based identifiers within a Node.js environment. The library includes tools for detecting the specific standard version of a provided identifier and transforming identifiers between different versions. It also provides a command line utility for generating identifiers directly from the terminal. The project covers binary manipulation, including parsing strings into byte arrays and stringi
Detects the version of a unique identifier and transforms it into a different standard version.