express-openid-connect
Advanced tools
Comparing version 2.2.0 to 2.2.1
# CHANGELOG | ||
## [2.2.1](https://github.com/auth0/express-openid-connect/tree/v2.2.1) (2021-01-25) | ||
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.2.0...v2.2.1) | ||
**Fixed** | ||
- missing base64url dependency [#180](https://github.com/auth0/express-openid-connect/pull/180) ([adamjmcgrath](https://github.com/adamjmcgrath)) | ||
## [2.2.0](https://github.com/auth0/express-openid-connect/tree/v2.2.0) (2021-01-14) | ||
@@ -4,0 +10,0 @@ [Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.1.0...v2.2.0) |
{ | ||
"name": "express-openid-connect", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Express middleware to protect web applications using OpenID Connect.", | ||
@@ -29,2 +29,3 @@ "homepage": "https://github.com/auth0/express-openid-connect", | ||
"@hapi/joi": "^17.1.1", | ||
"base64url": "^3.0.1", | ||
"cb": "^0.1.0", | ||
@@ -31,0 +32,0 @@ "clone": "^2.1.2", |
83145
14
+ Addedbase64url@^3.0.1
+ Addedbase64url@3.0.1(transitive)