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
431
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.4.1-unstable.298 to 0.4.1-unstable.299

8

dist/types/Generic.types.d.ts
import { ICredential, ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types';
import { ProofOfPossession } from './CredentialIssuance.types';
import { Oauth2ASWithOID4VCIMetadata } from './OpenID4VCIServerMetadata';
import { CredentialOfferSession } from './StateManager.types';
import { IssuerMetadataV1_0_08 } from './v1_0_08.types';

@@ -76,2 +77,9 @@ import { CredentialRequestV1_0_11 } from './v1_0_11.types';

export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[];
export type CreateCredentialOfferURIResult = {
uri: string;
session: CredentialOfferSession;
userPin?: string;
userPinLength?: number;
userPinRequired: boolean;
};
export interface IssuerCredentialDefinition {

@@ -78,0 +86,0 @@ '@context': ICredentialContextType[];

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

import { Oauth2ASWithOID4VCIMetadata } from './OpenID4VCIServerMetadata';
import { CredentialOfferSession } from './StateManager.types';
import { IssuerMetadataV1_0_08 } from './v1_0_08.types';

@@ -97,2 +98,11 @@ import { CredentialRequestV1_0_11 } from './v1_0_11.types';

export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[];
export type CreateCredentialOfferURIResult = {
uri: string;
session: CredentialOfferSession;
userPin?: string;
userPinLength?: number;
userPinRequired: boolean;
};
export interface IssuerCredentialDefinition {

@@ -103,2 +113,3 @@ '@context': ICredentialContextType[];

}
export interface ErrorResponse extends Response {

@@ -145,2 +156,3 @@ error: string;

}
// export type CredentialSubjectDisplay = NameAndLocale[];

@@ -147,0 +159,0 @@

4

package.json
{
"name": "@sphereon/oid4vci-common",
"version": "0.4.1-unstable.298+2410210",
"version": "0.4.1-unstable.299+4453aac",
"description": "OpenID 4 Verifiable Credential Issuance Common Types",

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

},
"gitHead": "2410210b8a553c2e5d2d4202a2ff024ec8b3fd13"
"gitHead": "4453aacdc7fc7b8c67db313153d070f50ec34997"
}

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