jose-browser-runtime
Advanced tools
Comparing version 4.14.2 to 4.14.3
@@ -32,7 +32,2 @@ /** | ||
type JsonObject = { [Key in string]?: JsonValue } | ||
type JsonArray = JsonValue[] | ||
type JsonPrimitive = string | number | boolean | null | ||
type JsonValue = JsonPrimitive | JsonObject | JsonArray | ||
/** | ||
@@ -81,3 +76,3 @@ * JSON Web Key ({@link https://www.rfc-editor.org/rfc/rfc7517 JWK}). "RSA", "EC", "OKP", and "oct" | ||
[propName: string]: JsonValue | undefined | ||
[propName: string]: unknown | ||
} | ||
@@ -206,3 +201,3 @@ | ||
/** Any other JWS Header member. */ | ||
[propName: string]: JsonValue | undefined | ||
[propName: string]: unknown | ||
} | ||
@@ -315,3 +310,3 @@ | ||
/** Any other JWE Header member. */ | ||
[propName: string]: JsonValue | undefined | ||
[propName: string]: unknown | ||
} | ||
@@ -490,3 +485,3 @@ | ||
/** Any other JWT Claim Set member. */ | ||
[propName: string]: JsonValue | undefined | ||
[propName: string]: unknown | ||
} | ||
@@ -493,0 +488,0 @@ |
{ | ||
"name": "jose-browser-runtime", | ||
"version": "4.14.2", | ||
"version": "4.14.3", | ||
"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
210087
5163