uuid-with-v6-js icon indicating copy to clipboard operation
uuid-with-v6-js copied to clipboard

UUID Version 6 for Node.js

Results 3 uuid-with-v6-js issues
Sort by recently updated
recently updated
newest added

We generate a UUIDv6 with this library and send it back to our Symfony backend, some of those UUIDs are not accepted. Below is an example: 1ee88765-c0a9-6560-e80a-cbb82b7ec344 Character 19 is...

This PR dresses the library with Typescript. It also removes some tests that seem less than ideal. In particular, there are several tests that verify internal implementation (such as "proxies...

It would be really useful to have a `getTimestamp()` method returning the original timestamp which the UUID was generated from.