-
-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: fastify/secure-json-parse
base: v4.0.0
head repository: fastify/secure-json-parse
compare: v4.1.0
- 19 commits
- 10 files changed
- 5 contributors
Commits on Mar 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 58d9599 - Browse repository at this point
Copy the full SHA 58d9599View commit details
Commits on Mar 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 783fcb1 - Browse repository at this point
Copy the full SHA 783fcb1View commit details
Commits on May 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3def094 - Browse repository at this point
Copy the full SHA 3def094View commit details
Commits on May 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for bd81c63 - Browse repository at this point
Copy the full SHA bd81c63View commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8164ace - Browse repository at this point
Copy the full SHA 8164aceView commit details
Commits on Jun 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 154751b - Browse repository at this point
Copy the full SHA 154751bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3c91426 - Browse repository at this point
Copy the full SHA 3c91426View commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5402951 - Browse repository at this point
Copy the full SHA 5402951View commit details
Commits on Jun 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 955be92 - Browse repository at this point
Copy the full SHA 955be92View commit details
Commits on Sep 2, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5b80767 - Browse repository at this point
Copy the full SHA 5b80767View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c00a5ed - Browse repository at this point
Copy the full SHA c00a5edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6161d07 - Browse repository at this point
Copy the full SHA 6161d07View commit details
Commits on Sep 18, 2025
-
chore(.npmrc): ignore scripts (#149)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for a188eea - Browse repository at this point
Copy the full SHA a188eeaView commit details
Commits on Sep 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e3a4dbf - Browse repository at this point
Copy the full SHA e3a4dbfView commit details
Commits on Sep 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 95d9e69 - Browse repository at this point
Copy the full SHA 95d9e69View commit details
Commits on Oct 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 493487d - Browse repository at this point
Copy the full SHA 493487dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for abf215a - Browse repository at this point
Copy the full SHA abf215aView commit details
Commits on Oct 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bb46008 - Browse repository at this point
Copy the full SHA bb46008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0224b66 - Browse repository at this point
Copy the full SHA 0224b66View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0...v4.1.0