express-jwt
Advanced tools
Comparing version 7.6.1 to 7.6.2
@@ -15,3 +15,3 @@ import * as jwt from 'jsonwebtoken'; | ||
requestProperty?: string; | ||
algorithms: jwt.Algorithm[] | undefined; | ||
algorithms: jwt.Algorithm[]; | ||
} & jwt.VerifyOptions; | ||
@@ -18,0 +18,0 @@ export { UnauthorizedError } from './errors/UnauthorizedError'; |
{ | ||
"name": "express-jwt", | ||
"version": "7.6.1", | ||
"version": "7.6.2", | ||
"description": "JWT authentication middleware.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25779