Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sphereon/oid4vc-common

Package Overview
Dependencies
Maintainers
4
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/oid4vc-common - npm Package Compare versions

Comparing version 0.16.1-feature.SDK.39.well.known.oidf.223 to 0.16.1-feature.SPRIND.113.interop.230

4

lib/jwt/Jwk.types.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc