jose-browser-runtime
Advanced tools
Comparing version 4.12.1 to 4.12.2
@@ -1,2 +0,2 @@ | ||
import type { FlattenedJWSInput, JWSHeaderParameters } from '../types'; | ||
import type { KeyLike, FlattenedJWSInput, JWSHeaderParameters } from '../types'; | ||
/** | ||
@@ -23,2 +23,2 @@ * EmbeddedJWK is an implementation of a GetKeyFunction intended to be used with the JWS/JWT verify | ||
*/ | ||
export declare function EmbeddedJWK(protectedHeader: JWSHeaderParameters, token: FlattenedJWSInput): Promise<import("../types.d").KeyLike>; | ||
export declare function EmbeddedJWK(protectedHeader: JWSHeaderParameters, token: FlattenedJWSInput): Promise<KeyLike>; |
{ | ||
"name": "jose-browser-runtime", | ||
"version": "4.12.1", | ||
"version": "4.12.2", | ||
"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
231785