uuidjs/uuid
For the creation of RFC4122 UUIDs Complete - Support for RFC4122 version 1, 3, 4, and 5 UUIDs Cross-platform - Support for ... CommonJS, ECMAScript Modules and UMD builds Node 8, 10, 12 Chrome, Safari, Firefox, Edge, IE 11 browsers Webpack and rollup.js module bundlers React Native Secure - Cryptographically-strong random values Small - Zero-dependency, small footprint, plays nice with "tree shaking" packagers CLI - Includes the uuid command line utility Upgrading from uuid@3?
https://github.com/uuidjs/uuid#readme
UUID Decoder
UUID Decoder
Embedded in every UUID is the version and variant of the UUID. Other information such as the time the UUID was generated can also be extracted in some cases. The tool above extracts this information automatically. The UUID version is represented by the 13th digit of a hexadecimal UUID string ("M" in the diagram below).
https://www.uuidtools.com/decode


Seonglae Cho