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
443
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.300 to 0.4.1-unstable.301

2

dist/types/Generic.types.d.ts

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

*/
export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[];
export type CredentialDataSupplierInput = Record<string, string & number & object> & Record<string, string & number & object>[] & object & object[] & Partial<ICredential> & Partial<ICredential>[];
export type CreateCredentialOfferURIResult = {

@@ -79,0 +79,0 @@ uri: string;

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

*/
export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[];
export type CredentialDataSupplierInput = Record<string, string & number & object> &
Record<string, string & number & object>[] &
object &
object[] &
Partial<ICredential> &
Partial<ICredential>[];

@@ -99,0 +104,0 @@ export type CreateCredentialOfferURIResult = {

{
"name": "@sphereon/oid4vci-common",
"version": "0.4.1-unstable.300+589491a",
"version": "0.4.1-unstable.301+25d53ba",
"description": "OpenID 4 Verifiable Credential Issuance Common Types",

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

},
"gitHead": "589491a706823f288ac85159555545e636b24fb2"
"gitHead": "25d53bae682b42d31344055b28c09d0bc9b61472"
}

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