AeThex-Engine-Core/services/auth-service/node_modules/uid2/HISTORY.md
mrpiglr 190b6b2eab
Some checks are pending
Build AeThex Engine / build-windows (push) Waiting to run
Build AeThex Engine / build-linux (push) Waiting to run
Build AeThex Engine / build-macos (push) Waiting to run
Build AeThex Engine / create-release (push) Blocked by required conditions
Deploy Docsify Documentation / build (push) Waiting to run
Deploy Docsify Documentation / deploy (push) Blocked by required conditions
chore: sync local changes to Forgejo
2026-03-13 00:37:06 -07:00

605 B

0.0.4 - August 24, 2021

  • Add README.md
  • Add repository field to package.json
  • Add license field to package.json
  • Removed unused var, added param documentation

0.0.3 - July 6, 2013

  • Add MIT License
  • Change string generation to not rely internally on base64 byte buffer encoding
  • Change string generation to only use the 62 latin alphanumeric chars
  • Switch from crypto.randomBytes() to crypto.pseudoRandomBytes()

0.0.2 - February 25, 2013

  • Make unique ids safe for use in URLs (Using 62 latin alphanumeric chars, - and _)

0.0.1 - February 4, 2013

  • Initial Release