New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sphereon/oid4vci-common

Package Overview
Dependencies
Maintainers
4
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/oid4vci-common - npm Package Compare versions

Comparing version 0.7.1-next.17 to 0.7.1-next.18

4

dist/types/Generic.types.d.ts

@@ -33,2 +33,5 @@ import { ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types';

};
export interface CredentialSupplierConfig {
[key: string]: any;
}
export interface CredentialIssuerMetadataOpts {

@@ -42,2 +45,3 @@ credential_endpoint?: string;

display?: MetadataDisplay[];
credential_supplier_config?: CredentialSupplierConfig;
}

@@ -44,0 +48,0 @@ export interface CredentialIssuerMetadata extends CredentialIssuerMetadataOpts, Partial<AuthorizationServerMetadata> {

@@ -44,2 +44,6 @@ import { ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types';

export interface CredentialSupplierConfig {
[key: string]: any; // This allows additional properties for credential suppliers
}
export interface CredentialIssuerMetadataOpts {

@@ -53,2 +57,3 @@ credential_endpoint?: string; // REQUIRED. URL of the Credential Issuer's Credential Endpoint. This URL MUST use the https scheme and MAY contain port, path and query parameter components.

display?: MetadataDisplay[]; // An array of objects, where each object contains display properties of a Credential Issuer for a certain language. Below is a non-exhaustive list of valid parameters that MAY be included:
credential_supplier_config?: CredentialSupplierConfig
}

@@ -55,0 +60,0 @@

7

package.json
{
"name": "@sphereon/oid4vci-common",
"version": "0.7.1-next.17+214e3c6",
"version": "0.7.1-next.18+9bde31c",
"description": "OpenID 4 Verifiable Credential Issuance Common Types",

@@ -9,3 +9,4 @@ "source": "lib/index.ts",

"scripts": {
"build": "tsc"
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build"
},

@@ -49,3 +50,3 @@ "dependencies": {

},
"gitHead": "214e3c6d7ced9b27c50186db8ed876330230a6a5"
"gitHead": "9bde31c9c3df1ad2586778432d296808be8de478"
}

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