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: keichi/binary-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix-code-injection
Choose a base ref
...
head repository: keichi/binary-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 21, 2025

  1. build(deps-dev): bump sha.js from 2.4.11 to 2.4.12

    Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
    - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
    - [Commits](browserify/sha.js@v2.4.11...v2.4.12)
    
    ---
    updated-dependencies:
    - dependency-name: sha.js
      dependency-version: 2.4.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    bedf323 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump cipher-base from 1.0.4 to 1.0.6

    Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6.
    - [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md)
    - [Commits](browserify/cipher-base@v1.0.4...v1.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cipher-base
      dependency-version: 1.0.6
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    a0df767 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    6ad909a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Merge pull request #283 from keichi/fix-code-injection

    Fix code injection vulnerability via field names and encoding names
    keichi authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    7811fab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #277 from keichi/dependabot/npm_and_yarn/sha.js-2.…

    …4.12
    
    build(deps-dev): bump sha.js from 2.4.11 to 2.4.12
    keichi authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    a11eccf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #278 from keichi/dependabot/npm_and_yarn/cipher-ba…

    …se-1.0.6
    
    build(deps-dev): bump cipher-base from 1.0.4 to 1.0.6
    keichi authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    d0aec1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #279 from keichi/dependabot/npm_and_yarn/js-yaml-4…

    ….1.1
    
    build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
    keichi authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    d01bcbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dafd55 View commit details
    Browse the repository at this point in the history
  6. Bump to v2.3.0

    keichi committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    5efc2c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Configuration menu
    Copy the full SHA
    0407011 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #284 from Lezvix/import-fix

    Adjust package.json exports resolution
    keichi authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    e9ddf99 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. build(deps): bump qs and body-parser

    Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together.
    
    Updates `qs` from 6.13.0 to 6.14.1
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.13.0...v6.14.1)
    
    Updates `body-parser` from 1.20.3 to 1.20.4
    - [Release notes](https://github.com/expressjs/body-parser/releases)
    - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
    - [Commits](expressjs/body-parser@1.20.3...1.20.4)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-version: 6.14.1
      dependency-type: indirect
    - dependency-name: body-parser
      dependency-version: 1.20.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    43bd88a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Merge pull request #285 from keichi/dependabot/npm_and_yarn/multi-a08…

    …17b5bb4
    
    build(deps): bump qs and body-parser
    keichi authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    f38f769 View commit details
    Browse the repository at this point in the history
  2. Fix broken build status badge in README

    Update the workflow badge URL from 'build' to 'test-nodejs' to match
    the actual GitHub Actions workflow name defined in nodejs.yml.
    claude committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    f33a004 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #286 from keichi/claude/fix-readme-badge-9onXC

    Fix broken build status badge in README
    keichi authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    bc75a66 View commit details
    Browse the repository at this point in the history
Loading