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: hCaptcha/react-hcaptcha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0
Choose a base ref
...
head repository: hCaptcha/react-hcaptcha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 14, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    ijjk JJ Kasper
    Copy the full SHA
    590bef8 View commit details
Showing with 6 additions and 6 deletions.
  1. +4 −4 package-lock.json
  2. +2 −2 package.json
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hcaptcha/react-hcaptcha",
"version": "1.10.0",
"version": "1.10.1",
"types": "types/index.d.ts",
"main": "dist/index.js",
"module": "dist/esm/index.js",
@@ -60,6 +60,6 @@
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@hcaptcha/loader": "^1.2.0"
"@hcaptcha/loader": "^1.2.1"
}
}