-
-
Notifications
You must be signed in to change notification settings - Fork 903
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
using rng-browser.js: global is not defined (3.1.0) #252
Comments
Yeah, sorry about this. #247 fixes this (I believe). There are a handful of PRs waiting for approval before we push out a new release. ping @defunctzombie @vvo - Can one/both of you guys take a pass on the open PRs and approve/comment. We need to get a new version out. |
thx |
I did some review, what I could, all good @broofa |
Fixed in v3.2.1 (published) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when using the library in chrome/firefox, I get:
ReferenceError: global is not defined
Seems this line is an issue:
https://github.com/kelektiv/node-uuid/blob/v3.1.0/lib/rng-browser.js#L7
It seems, this should be the line: https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto
Or am I mistaken?
The text was updated successfully, but these errors were encountered: