-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fixes GUID/UUID generation to adhere to RFC 4122 UUID v4 specification #22
base: master
Are you sure you want to change the base?
Conversation
…N doesn't return a JSON string.
Rework validator to be easier to maintain.
…mply with RFC 4122 v4 GUID/UUID
Add tests for v4 version Add tests for v4 variant
Sorry, guy! I haven't been maintaining this repo for the past few years due to personal reasons. I'll review the requests and accept them soon. Thanks! |
@snico-dev if you are unwilling/unable to maintain this package, please mark it as deprecated and push a final release to NPM encouraging the use of a well-maintained library, such as |
@snico-dev is there anything I can do to help this PR get merged? |
bump |
Bump |
Fixes an issue that was causing nearly 98% of GUID/UUID values generated to be invalid. This may have caused issues with some parsers when the Version and Variant fields were not in expected value ranges (RFC expects version to be 1-5 and variant to be 8, 9, a, b).
See RFC 4122