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.18 to 0.8.1-next.20

2

dist/types/vc.d.ts

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

requiredRevealStatements?: string[];
[x: string]: unknown;
[x: string]: any;
}

@@ -45,0 +45,0 @@ export interface ICredentialStatus {

{
"name": "@sphereon/ssi-types",
"description": "SSI Common Types",
"version": "0.8.1-next.18+71e09b8",
"version": "0.8.1-next.20+5f951d8",
"main": "dist/index.js",

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

],
"gitHead": "71e09b8e8cfa8237d8e3d0a6b0be0ed4f3beff48"
"gitHead": "5f951d8bf776fb33efc6102b61f452b66a8563a6"
}

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

requiredRevealStatements?: string[] // The parts of the proof that must be revealed in a derived proof
[x: string]: unknown
[x: string]: any // Any because we want to be able to access value1.value2.value3, which unknown does not allow for without a cast
}

@@ -59,0 +60,0 @@

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