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

did-jwt-vc

Package Overview
Dependencies
Maintainers
7
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-jwt-vc - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

5

lib/types.d.ts

@@ -5,2 +5,6 @@ import { Signer } from 'did-jwt';

}
export interface CredentialStatus {
id: string;
type: string;
}
export interface VC {

@@ -10,2 +14,3 @@ '@context': string[];

credentialSubject: CredentialSubject;
credentialStatus?: CredentialStatus;
}

@@ -12,0 +17,0 @@ export interface VerifiableCredentialPayload {

2

package.json
{
"name": "did-jwt-vc",
"version": "0.1.4",
"version": "0.1.5",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -7,2 +7,7 @@ import { Signer } from 'did-jwt'

export interface CredentialStatus {
id: string
type: string
}
export interface VC {

@@ -12,2 +17,3 @@ '@context': string[]

credentialSubject: CredentialSubject
credentialStatus?: CredentialStatus
}

@@ -14,0 +20,0 @@

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