@sphereon/oid4vc-common
Advanced tools
Comparing version 0.16.1-feature.SDK.39.well.known.oidf.223 to 0.16.1-feature.SPRIND.113.interop.230
@@ -37,3 +37,3 @@ export interface BaseJWK { | ||
export type JWKS = { | ||
keys: JWK[] | ||
} | ||
keys: JWK[]; | ||
}; |
@@ -1,20 +0,20 @@ | ||
import { JWKS } from '../jwt' | ||
import { JWKS } from '../jwt'; | ||
// https://www.rfc-editor.org/rfc/rfc7591.html#section-2 | ||
export interface DynamicRegistrationClientMetadata { | ||
redirect_uris?: string[] | ||
token_endpoint_auth_method?: string | ||
grant_types?: string | ||
response_types?: string | ||
client_name?: string | ||
client_uri?: string | ||
logo_uri?: string | ||
scope?: string | ||
contacts?: string[] | ||
tos_uri?: string | ||
policy_uri?: string | ||
jwks_uri?: string | ||
jwks?: JWKS | ||
software_id?: string | ||
software_version?: string | ||
redirect_uris?: string[]; | ||
token_endpoint_auth_method?: string; | ||
grant_types?: string; | ||
response_types?: string; | ||
client_name?: string; | ||
client_uri?: string; | ||
logo_uri?: string; | ||
scope?: string; | ||
contacts?: string[]; | ||
tos_uri?: string; | ||
policy_uri?: string; | ||
jwks_uri?: string; | ||
jwks?: JWKS; | ||
software_id?: string; | ||
software_version?: string; | ||
} |
{ | ||
"name": "@sphereon/oid4vc-common", | ||
"version": "0.16.1-feature.SDK.39.well.known.oidf.223+addbde5", | ||
"version": "0.16.1-feature.SPRIND.113.interop.230+61a14e6", | ||
"description": "OpenID 4 Verifiable Credentials Common", | ||
@@ -13,3 +13,3 @@ "source": "lib/index.ts", | ||
"dependencies": { | ||
"@sphereon/ssi-types": "0.30.2-next.279", | ||
"@sphereon/ssi-types": "0.30.2-feature.mdoc.funke2.367", | ||
"jwt-decode": "^4.0.0", | ||
@@ -56,3 +56,3 @@ "sha.js": "^2.4.11", | ||
}, | ||
"gitHead": "addbde5bd1281d1a688e4a26795b079c14d04863" | ||
"gitHead": "61a14e601d0bf35a809961bff9e6c89bc7cd0866" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
105871
+ Added@sphereon/kmp-mdoc-core@0.2.0-SNAPSHOT.10(transitive)
+ Added@sphereon/ssi-types@0.30.2-feature.mdoc.funke2.367(transitive)
- Removed@sphereon/kmp-mdl-mdoc@0.2.0-SNAPSHOT.22(transitive)
- Removed@sphereon/ssi-types@0.30.2-next.279(transitive)