Skip to content
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

Remove insecure rng #354

Merged
merged 10 commits into from
Jan 27, 2020
Merged

Remove insecure rng #354

merged 10 commits into from
Jan 27, 2020

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    15b080d View commit details
    Browse the repository at this point in the history
  2. docs: fix badge url

    ctavan committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    f842a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7e111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b0969 View commit details
    Browse the repository at this point in the history
  5. test: add api test for v4()

    ctavan committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    5b0fd67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f7ac97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f530780 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    261cec5 View commit details
    Browse the repository at this point in the history
  9. docs: make v4 UUIDs more prominent in the docs

    Also add a reminder that v1 UUIDs may very often not be the ideal
    choice.
    
    This relates to the research from
    https://github.com/tc39/proposal-uuid/blob/master/analysis/README.md
    ctavan committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    4802e8b View commit details
    Browse the repository at this point in the history
  10. feat: remove insecure fallback random number generator

    BREAKING CHANGE: Remove builtin support for insecure random number
    generators in the browser. Users who want that will have to supply their
    own random number generator function.
    
    Fixes #173.
    ctavan committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    3a5842b View commit details
    Browse the repository at this point in the history