-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update uuid to v10 #847
update uuid to v10 #847
Conversation
Thanks for your contribution. The next step is to wait for review and approval to merge it to main repository The community can help reacting with a thumb up (:thumbsup:) for approval and rocket (:rocket:) for who has tested it. To test this PR you can run the following command below:
|
why? due to pseudo-randomness? or due to dependency chain? what about speed? Is uuid slower? Is the crypto module slower? |
The old version of UUID has been discontinued, instead of updating it, just use crypto, so you don't need to install additional libs |
this is node 19+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just upgrade to v10
* Update auth-utils.ts * uuid removed from package.json * fix(uuid): update to v10 --------- Co-authored-by: Rajeh Taher <[email protected]>
No description provided.