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: auth0/node-jwks-rsa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: auth0/node-jwks-rsa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 7, 2022

  1. Copy the full SHA
    c614319 View commit details
  2. Merge pull request #314 from auth0/jsonwebtoken-dep

    Type definitions depend on jsonwebtoken
    adamjmcgrath authored Jun 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    995dbdb View commit details
  3. Release v2.1.4

    adamjmcgrath committed Jun 7, 2022
    Copy the full SHA
    1e9ae31 View commit details
  4. Merge pull request #315 from auth0/release/v2.1.4

    Release v2.1.4
    adamjmcgrath authored Jun 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bb6997b View commit details
Showing with 11 additions and 7 deletions.
  1. +6 −0 CHANGELOG.md
  2. +3 −5 package-lock.json
  3. +2 −2 package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v2.1.4](https://github.com/auth0/node-jwks-rsa/tree/v2.1.4) (2022-06-07)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.3...v2.1.4)

**Fixed**
- Type definitions depend on jsonwebtoken [\#314](https://github.com/auth0/node-jwks-rsa/pull/314) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v2.1.3](https://github.com/auth0/node-jwks-rsa/tree/v2.1.3) (2022-05-20)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.2...v2.1.3)

8 changes: 3 additions & 5 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": "jwks-rsa",
"version": "2.1.3",
"version": "2.1.4",
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
"main": "src/index.js",
"files": [
@@ -13,6 +13,7 @@
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"debug": "^4.3.4",
"jose": "^2.0.5",
"limiter": "^1.1.5",
@@ -21,7 +22,6 @@
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/express-jwt": "^6.0.4",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^5.2.7",
"@types/nock": "^11.0.0",
"@types/node": "^14.14.12",