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

[cosmos] remove react-native runtime dependency on isomorphic-webcrypto #23156

Closed

Commits on Sep 8, 2022

  1. [cosmos] remove react-native runtime dependency on `isomorphic-webcry…

    …pto`
    
    so that customers can provide crypto polyfills of their own choice.
    jeremymeng committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5e6f9cd View commit details
    Browse the repository at this point in the history
  2. delay accessing crypto

    Access crypto api when needed instead of at module load time so that users have
    a chance to polyfill them.
    jeremymeng committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    9f86288 View commit details
    Browse the repository at this point in the history
  3. Make linter happy

    jeremymeng committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b6457e4 View commit details
    Browse the repository at this point in the history
  4. format

    jeremymeng committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5ab6264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    007e11e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    58af88c View commit details
    Browse the repository at this point in the history