Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: msgpack/msgpack-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: msgpack/msgpack-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 10 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 26, 2021

  1. introduce CodeQL analysis

    gfx committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    4e3393b View commit details
    Browse the repository at this point in the history
  2. specify on.push for CodeQL

    > Warning: 1 issue was detected with this workflow: Please specify an on.push hook so that Code Scanning can compare pull requests against the state of the base branch.
    gfx committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    130858c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #158 from msgpack/codeql

    Introduce CodeQL analysis
    gfx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    45dadc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    da0b37c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #159 from msgpack/fix_dom_injection

    fix a js/xss-through-dom problem detected by CodeQL
    gfx authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    e61fe7f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. prettier

    gfx committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f05d640 View commit details
    Browse the repository at this point in the history
  2. resolve #157

    gfx committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    24b90d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #161 from msgpack/use_text_encoder_in_browsers

    Use TextEncoder and TextDecoder in browsers (if available)
    gfx authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    11cccf6 View commit details
    Browse the repository at this point in the history
  4. changes for v2.4.1

    gfx committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0243751 View commit details
    Browse the repository at this point in the history
  5. 2.4.1

    gfx committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1892264 View commit details
    Browse the repository at this point in the history
Loading