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: mhart/aws4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.2
Choose a base ref
...
head repository: mhart/aws4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 28, 2024

  1. Bump browser example deps

    mhart committed Aug 28, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9d00a5a View commit details
Showing with 9 additions and 8 deletions.
  1. +8 −7 browser/package-lock.json
  2. +1 −1 browser/package.json
15 changes: 8 additions & 7 deletions browser/package-lock.json

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

2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"build": "browserify -o bundle.js index.js"
},
"dependencies": {
"aws4": "^1.13.0"
"aws4": "^1.13.2"
},
"devDependencies": {
"browserify": "^17.0.0"