-
-
Notifications
You must be signed in to change notification settings - Fork 198
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: JSONPath-Plus/JSONPath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: JSONPath-Plus/JSONPath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 40 files changed
- 4 contributors
Commits on Nov 17, 2024
-
fix(eval): improve security of safe-eval (#233)
* block reading properties 'constructor', '__proto__', '__defineGetter__', '__defineSetter__' if they are not owned by the object. * allow only expected variables in global scope ( removing constructor, __proto__, etc from global scope ) * Remove previous patches to fix security issues. Ensure no breakage by adding unit tests * chore: remove unnecessary changes and rebuild docs rebuild docs using `pnpm run license-badges && pnpm run build-docs && pnpm run lint && pnpm run test`, remove unnecessary changes in test/test.safe-eval.js and badges/license-badge-dev.svg
Configuration menu - View commit details
-
Copy full SHA for 73ad72e - Browse repository at this point
Copy the full SHA 73ad72eView commit details -
build(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#234)
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](eslint/rewrite@core-v0.2.0...plugin-kit-v0.2.3) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-type: indirect ... 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 0bfda55 - Browse repository at this point
Copy the full SHA 0bfda55View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0708a4 - Browse repository at this point
Copy the full SHA f0708a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4acf8 - Browse repository at this point
Copy the full SHA 8e4acf8View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3094289 - Browse repository at this point
Copy the full SHA 3094289View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1c532fc - Browse repository at this point
Copy the full SHA 1c532fcView commit details -
Merge pull request #237 from 80avin/fix-10.2.0-rce
fix(eval): rce using non-string prop names
Configuration menu - View commit details
-
Copy full SHA for 39a0d03 - Browse repository at this point
Copy the full SHA 39a0d03View commit details -
Merge pull request #238 from 80avin/shareable-demo
feat(demo): make demo link shareable
Configuration menu - View commit details
-
Copy full SHA for 313a9b4 - Browse repository at this point
Copy the full SHA 313a9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f690da1 - Browse repository at this point
Copy the full SHA f690da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9754e4b - Browse repository at this point
Copy the full SHA 9754e4bView commit details
Loading
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 v10.1.0...v10.3.0