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

@digitalbazaar/ed25519-verification-key-2020

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/ed25519-verification-key-2020 - npm Package Versions

2

4.2.0

Diff

Changelog

Source

4.2.0 - 2024-10-02

Added

  • Add support for reading JsonWebKey-typed keys.
dlongley
published 4.1.0 •

Changelog

Source

4.1.0 - 2022-08-09

Added

  • Public key byte checks have error codes compatible with the did:key spec.

Fixed

  • No longer throw a TypeError when passing in a Uint8Array of the wrong length.
davidlehn
published 4.0.0 •

Changelog

Source

4.0.0 - 2022-06-02

Changed

  • BREAKING: Convert to module (ESM).
  • BREAKING: Require Node.js >=14.
  • BREAKING: Use globalThis to get crypto in browsers.
  • Update dependencies.
  • Lint module.
dlongley
published 3.3.0 •

Changelog

Source

3.3.0 - 2022-05-05

Changed

  • Replace underlying ed25519 implementation with @noble/ed25519. This should be a non-breaking change.
codenamedmitri
published 3.2.0 •

Changelog

Source

3.2.0 - 2021-10-15

Added

  • Add support for JsonWebKey2020 and JWK import/export, as well as JWK thumbprint function.
msporny
published 3.1.0 •

Changelog

Source

3.1.0 - 2021-06-24

Changed

  • Allow keys to be created purely for verification or purely for signing.
msporny
published 3.0.0 •

Changelog

Source

3.0.0 - 2021-06-19

Fixed

  • BREAKING: Fix improperly encoded public and private keys.
  • Perform better key validation when creating a key.
  • Remove TextEncoder/TextDecoder polyfill (provided in all environments now).
  • Do not leak private key details in errors.
  • Fix error string consistency.
codenamedmitri
published 2.1.1 •

Changelog

Source

2.1.1 - 2021-04-08

Fixed

  • Ensure signer() and verifier() objects have an id property (for jsigs).
mattcollier
published 2.1.0 •

Changelog

Source

2.1.0 - 2021-04-01

Added

  • Add revoked export tests, SUITE_CONTEXT class property. (To support CryptoLD's new fromKeyId() method.)
codenamedmitri
published 2.0.0 •

Changelog

Source

2.0.0 - 2021-03-17

Changed

  • Update to use crypto-ld v5.0.
  • BREAKING: Removed helper methods addPublicKey and addPrivateKey.

Added

  • Add Ed25519VerificationKey2020.fromEd25519VerificationKey2018() method, for backwards compatibility with the Ed25519VerificationKey2018 key type. See "Converting from previous Ed25519VerificationKey2018 key type" section of the README for details.
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