You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@digitalbazaar/vc

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/vc - npm Package Versions

2

7.2.0

Diff
d
dlongley
published 7.2.0 •

Changelog

Source

7.2.0 - 2025-04-14

Added

  • Add includeCredentials option to be passed to verify() to include each credential in credentialResults when verifying a presentation.
d
davidlehn
published 7.1.2 •

Changelog

Source

7.1.2 - 2025-03-17

Changed

  • Update minor dependencies.
    • jsonld@8.3.3.
    • jsonld-signatures@11.5.0.
  • Update dev dependencies.
d
davidlehn
published 7.1.1 •

Changelog

Source

7.1.1 - 2025-03-07

Changed

  • Update dependencies.
    • @digitalbazaar/credentials-context@3.2.0
d
dlongley
published 7.1.0 •

Changelog

Source

7.1.0 - 2024-10-10

Added

  • Add maxClockSkew parameter to time comparison functions with a default of 5 minutes. This also constitutes a fix for decentralized systems where clocks are not expected to be perfectly in sync.
d
davidlehn
published 7.0.0 •

Changelog

Source

7.0.0 - 2024-08-01

Added

  • Add support for VC 2.0 Verifiable Credentials issuance and verification.
  • Add support for VC 2.0 Verifiable Presentations issuance and verification.
  • Add support for VC 2.0 validFrom and validUntil.
  • Add Test vectors for VC 2.0 VCs & VPs.

Changed

  • BREAKING: Default issuance now uses VC 2.0 context.
  • BREAKING: DateTime validator is now an xml schema DateTime validator.
  • Switch from credentials-context to @digitalbazaar/credentials-context for v1 and v2 contexts.
  • Simplify context packages usage by using exported contexts directly.
  • Improve credentials context mapping to and from versions.
d
davidlehn
published 6.3.0 •

Changelog

Source

6.3.0 - 2024-05-17

Added

  • Documentation in the README and tests for bbs-2023.

Changed

  • Change engines.node to >=18 to support newer keys & suites.

Fixed

  • Required parameter error for "verifiableCredential" in vc.derive matches name of parameter.
d
dlongley
published 6.2.0 •

Changelog

Source

6.2.0 - 2023-11-14

Added

  • Allow credentialStatus arrays in credential status check.
d
dlongley
published 6.1.0 •

Changelog

Source

6.1.0 - 2023-11-13

Added

  • Add derive() API for deriving new verifiable credentials from existing ones, for the purpose of selective disclosure or unlinkable presentation.
d
dlongley
published 6.0.2 •

Changelog

Source

6.0.2 - 2023-08-04

Fixed

  • Ensure that issuanceDate is only checked on verification, not issuance.
d
dlongley
published 6.0.1 •

Changelog

Source

6.0.1 - 2023-03-17

Fixed

  • Fix bug with option overrides for verifying presentations.
2