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: fastify/secure-json-parse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: fastify/secure-json-parse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 19 commits
  • 10 files changed
  • 5 contributors

Commits on Mar 9, 2025

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

Commits on Mar 31, 2025

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

Commits on May 1, 2025

  1. build(deps-dev): bump tsd from 0.31.2 to 0.32.0 (#138)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.31.2 to 0.32.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.31.2...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-version: 0.32.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    3def094 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. ci(ci): pin actions to commit-hash (#139)

    closes https://github.com/fastify/secure-json-parse/security/code-scanning/1
    
    Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
    Fdawgs authored May 5, 2025
    Configuration menu
    Copy the full SHA
    bd81c63 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

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

Commits on Jun 1, 2025

  1. build(deps): bump actions/dependency-review-action from 4.6.0 to 4.7.1 (

    #143)
    
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.6.0 to 4.7.1.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@ce3cf95...da24556)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-version: 4.7.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    154751b View commit details
    Browse the repository at this point in the history
  2. Fix safe handling of constructor null values (#142)

    * Fix safe handling of constructor null values
    
    Add defensive null checking in scan function to prevent potential TypeError
    when constructor property is set to null. This addresses issue #141 where
    accessing constructor.prototype could fail if constructor is null.
    
    Changes:
    - Enhanced scan function with safe constructor value checking
    - Added test case for constructor null handling
    - Maintains existing security behavior and test coverage
    
    Fixes #141
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * Fix linting issues and update CLAUDE.md
    
    - Remove trailing spaces in test file to satisfy neostandard linting
    - Update CLAUDE.md with current project structure and tooling:
      * Changed from standard to neostandard with ESLint 9
      * Updated test commands and structure (test/ directory)
      * Added TypeScript support information
      * Enhanced security details about constructor.prototype handling
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * Remove CLAUDE.md from tracking and update .gitignore
    
    - Remove CLAUDE.md from git tracking while keeping local copy
    - Add CLAUDE.md and .claude directory to .gitignore
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Co-authored-by: Claude <noreply@anthropic.com>
    mcollina and claude authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    3c91426 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

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

Commits on Jun 23, 2025

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

Commits on Sep 2, 2025

  1. build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.3 (

    #146)
    
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.7.1 to 4.7.3.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@da24556...595b5ae)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-version: 4.7.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    5b80767 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump tsd from 0.32.0 to 0.33.0 (#147)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.32.0 to 0.33.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-version: 0.33.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    c00a5ed View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/checkout from 4 to 5 (#148)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    6161d07 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. chore(.npmrc): ignore scripts (#149)

    Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
    Fdawgs authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    a188eea View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

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

Commits on Sep 24, 2025

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

Commits on Oct 1, 2025

  1. build(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 (

    #152)
    
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.7.3 to 4.8.0.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@595b5ae...56339e5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-version: 4.8.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    493487d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-node from 4 to 5 (#153)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    abf215a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Configuration menu
    Copy the full SHA
    bb46008 View commit details
    Browse the repository at this point in the history
  2. Bumped v4.1.0

    Eomm committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    0224b66 View commit details
    Browse the repository at this point in the history
Loading