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

@digitalbazaar/vc

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/vc - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

8

lib/index.js

@@ -293,3 +293,3 @@ /**

const result = await jsigs.verify(
credential, {purpose, documentLoader, ...options});
credential, {...options, purpose, documentLoader});

@@ -386,3 +386,3 @@ // if verification has already failed, skip status check

return jsigs.sign(presentation, {purpose, documentLoader, ...options});
return jsigs.sign(presentation, {...options, purpose, documentLoader});
}

@@ -446,3 +446,3 @@

credentialResults = await Promise.all(credentials.map(credential => {
return verifyCredential({credential, documentLoader, ...options});
return verifyCredential({...options, credential, documentLoader});
}));

@@ -475,3 +475,3 @@

const presentationResult = await jsigs.verify(
presentation, {purpose, documentLoader, ...options});
presentation, {...options, purpose, documentLoader});

@@ -478,0 +478,0 @@ return {

{
"name": "@digitalbazaar/vc",
"version": "6.0.0",
"version": "6.0.1",
"description": "Verifiable Credentials JavaScript library.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/vc",

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