New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@digitalbazaar/ed25519-signature-2020

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/ed25519-signature-2020 - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md
# @digitalbazaar/ed25519-signature-2020 Changelog
## 2.0.1 - 2021-04-09
### Changed
- Use `ed25519-verification-key-2020@2.1.1`. Signer now has an "id" property.
## 2.0.0 - 2021-04-06
### Changed
- **BREAKING**: Update to use `jsonld-signatures` v9.0 (removes
- **BREAKING**: Update to use `jsonld-signatures` v9.0 (removes
`verificationMethod` suite constructor param, makes key and signer validation

@@ -8,0 +13,0 @@ stricter).

4

package.json
{
"name": "@digitalbazaar/ed25519-signature-2020",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ed25519Signature2020 Linked Data Proof suite for use with jsonld-signatures.",

@@ -17,3 +17,3 @@ "homepage": "https://github.com/digitalbazaar/ed25519-signature-2020",

"dependencies": {
"@digitalbazaar/ed25519-verification-key-2020": "^2.0.0",
"@digitalbazaar/ed25519-verification-key-2020": "^2.1.1",
"base58-universal": "^1.0.0",

@@ -20,0 +20,0 @@ "esm": "^3.2.25",

@@ -5,3 +5,2 @@ # Ed25519Signature2020 suite _(@digitalbazaar/ed25519-signature-2020)_

[![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/ed25519-signature-2020)](https://codecov.io/gh/digitalbazaar/ed25519-signature-2020)
[![Dependency Status](https://img.shields.io/david/digitalbazaar/ed25519-signature-2020.svg)](https://david-dm.org/digitalbazaar/ed25519-signature-2020)
[![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/ed25519-signature-2020.svg)](https://npm.im/digitalbazaar/ed25519-signature-2020)

@@ -23,4 +22,8 @@

For use with https://github.com/digitalbazaar/jsonld-signatures v8.0 and above.
For use with https://github.com/digitalbazaar/jsonld-signatures v9.0 and above.
See also related specs:
* [Ed25519Signature2020 Crypto Suite](https://w3c-ccg.github.io/lds-ed25519-2020/)
## Security

@@ -27,0 +30,0 @@

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