UNPKG

ui7

Version:

Generate sortable, timestamped UUID's, based on the new-uuid-format-04 RFC draft

16 lines (9 loc) 426 B
# Changelog ## v0.2.1 (2022-09-24) - Fixed the generation of monotonic UUID’s. ## v0.2.0 (2022-09-24) - Added `bufferedRandom`, which calls `crypto.getRandomBytes` in blocks instead of on every UUID generation call, to improve performance significantly. - Changed the signature of `EntropySource` to accept the number of desired random bytes. ## v0.1.0 (2022-09-23) - Initial release - Wrote the [readme](./README.md)