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 Versions

2

7.1.0

Diff

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.
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.
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.
dlongley
published 6.2.0 •

Changelog

Source

6.2.0 - 2023-11-14

Added

  • Allow credentialStatus arrays in credential status check.
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.
dlongley
published 6.0.2 •

Changelog

Source

6.0.2 - 2023-08-04

Fixed

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

Changelog

Source

6.0.1 - 2023-03-17

Fixed

  • Fix bug with option overrides for verifying presentations.
davidlehn
published 6.0.0 •

Changelog

Source

6.0.0 - 2023-01-17

Removed

  • BREAKING: Remove ODRL and VC examples contexts from ./lib/contexts/ and from the default document loader. The contexts are now available in @digitalbazaar/odrl-context and @digitalbazaar/credentials-examples-context.

Changed

  • Update dependencies.
    • BREAKING: Remove support for expansionMap. (Removed in dependencies.)
dlongley
published 5.0.0 •

Changelog

Source

5.0.0 - 2022-08-24

Changed

  • BREAKING: Use jsonld-signatures@11 and jsonld@8 to get new safe mode (and on by default when using canonize) feature.
davidlehn
published 4.0.0 •

Changelog

Source

4.0.0 - 2022-06-23

Changed

  • BREAKING: Check if credential has expired when expirationDate property exists.

Added

  • Add optional param now to verifyCredential(), createPresentation(), verify(), and issue().
2
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