Socket
Socket
Sign inDemoInstall

crypto-ld

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-ld - npm Package Versions

13

3.8.0

Diff

mattcollier
published 3.7.0 •

Changelog

Source

Upgrading from v3.7.0

Since this is a comprehensive breaking change, you will need to audit and change pretty much all usage of crypto-ld and compatible key pairs. Specifically:

  • Ed25519 and RSA keys are no longer imported from crypto-ld, they'll need to be imported from their own packages.
  • Since key suites have been decoupled from crypto-ld, it means that this library should only be used when a project is using multiple key suites. If you're just using a single suite, then you can use that suite directly, without crypto-ld.
  • Most function param signatures have been changed to use {} style named params.
codenamedmitri
published 3.6.0 •

Changelog

Source

3.6.0 - 2019-08-06

Added

  • Add LDKeyPair.fromFingerprint() to create an Ed25519KeyPair instance from a fingerprint (for use with did:key method code).
mattcollier
published 3.5.3 •

Changelog

Source

3.5.3 - 2019-07-16

Fixed

  • Use base64url-universal@1.0.1 which properly specifies the Node.js engine.
mattcollier
published 3.5.2 •

Changelog

Source

3.5.2 - 2019-04-16

Fixed

  • Fix incorrectly formatted engine tag in package file.
mattcollier
published 3.5.1 •

Changelog

Source

3.5.1 - 2019-04-09

Fixed

  • The util.base58PublicKeyFingerprint was released in error. It has been replaced by the Ed25519KeyPair.fingerprintFromPublicKey API contained in this release.
mattcollier
published 3.5.0 •

Changelog

Source

3.5.0 - 2019-04-08

Added

  • Add util.base58PublicKeyFingerprint helper for computing public key fingerprints. NOTE: this API was released in error, see release 3.5.1.
dlongley
published 3.4.1 •

Changelog

Source

3.4.1 - 2019-03-27

Fixed

  • Fix Ed25519 fingerprint generation when running in the browser.
mattcollier
published 3.4.0 •

Changelog

Source

3.4.0 - 2019-02-26

Added

  • Enable use of a seed to generate deterministic Ed25519 keys.
mattcollier
published 3.3.0 •

Changelog

Source

3.3.0 - 2019-02-21

Changed

  • Improve error handling related to the decoding of key material in Ed25519KeyPair. This is helpful when dealing with key material that may be provided via command line or web UI.
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