jose-node-esm-runtime
Advanced tools
Comparing version 5.0.2 to 5.1.0
@@ -12,3 +12,3 @@ import fetchJwks from '../runtime/fetch_jwks.js'; | ||
const NAME = 'jose'; | ||
const VERSION = 'v5.0.2'; | ||
const VERSION = 'v5.1.0'; | ||
USER_AGENT = `${NAME}/${VERSION}`; | ||
@@ -15,0 +15,0 @@ } |
@@ -10,2 +10,2 @@ import type { JWTPayload } from '../types'; | ||
*/ | ||
export declare function decodeJwt(jwt: string): JWTPayload; | ||
export declare function decodeJwt<PayloadType = JWTPayload>(jwt: string): PayloadType & JWTPayload; |
{ | ||
"name": "jose-node-esm-runtime", | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"homepage": "https://github.com/panva/jose", | ||
@@ -5,0 +5,0 @@ "repository": "panva/jose", |
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
201873