digitalbazaar / cborld

A Javascript CBOR-LD processor for web browsers and Node.js apps.
https://json-ld.github.io/cbor-ld-spec/
BSD 3-Clause "New" or "Revised" License
15 stars 12 forks source link

Remove use of `uuid` library, replacing with `randomUUID()` from Web Crypto #83

Open dlongley opened 2 weeks ago

davidlehn commented 4 days ago

UuidUrn{En,De}coder use the uuid parse and stringify functions. It doesn't look like random ids are generated in this library.