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

Use Symbol.observable “ponyfill” #541

Merged
merged 6 commits into from
Oct 5, 2020

Commits on Oct 1, 2020

  1. Upgrade symbol-observable

    This change brings in the next major version of a shim for Symbol.observable, such that MoSt can take advantage of the Ponyfill and avoid mutating the environment.  This allows MoSt to run in an environment where the primordials have been frozen to thwart prototype pollution attacks.
    kriskowal committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b64bb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e86068 View commit details
    Browse the repository at this point in the history
  3. Use globalthis

    kriskowal committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    c05b1d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05294fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eeca76 View commit details
    Browse the repository at this point in the history
  6. Sync package-lock.json

    kriskowal committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    0e5bae6 View commit details
    Browse the repository at this point in the history