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

@sphereon/ssi-types

Package Overview
Dependencies
Maintainers
4
Versions
1168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/ssi-types - npm Package Compare versions

Comparing version 0.8.1-next.3 to 0.8.1-next.6

3

dist/types/vc.d.ts

@@ -8,3 +8,3 @@ import { PresentationSubmission } from './pex';

credentialSubject: ICredentialSubject;
id: string;
id?: string;
'@context': ICredentialContextType[] | ICredentialContextType;

@@ -59,2 +59,3 @@ credentialStatus?: ICredentialStatus;

export interface IPresentation {
id?: string;
'@context': ICredentialContextType | ICredentialContextType[];

@@ -61,0 +62,0 @@ type: string[];

{
"name": "@sphereon/ssi-types",
"description": "SSI Common Types",
"version": "0.8.1-next.3+0c75aaa",
"version": "0.8.1-next.6+27069f8",
"main": "dist/index.js",

@@ -27,3 +27,3 @@ "types": "dist/index.d.ts",

"keywords": [],
"gitHead": "0c75aaa73635bb037c226183071e10a184dfe549"
"gitHead": "27069f85062685aa678ccb7846cefb84b253990f"
}

@@ -14,3 +14,3 @@ import { PresentationSubmission } from './pex'

// If jti is present, the value MUST be used to set the value of the id property of the new JSON object.
id: string
id?: string
'@context': ICredentialContextType[] | ICredentialContextType

@@ -80,2 +80,3 @@ credentialStatus?: ICredentialStatus

export interface IPresentation {
id?: string
'@context': ICredentialContextType | ICredentialContextType[]

@@ -82,0 +83,0 @@ type: string[]

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