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
5
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 5.0.0 to 5.1.0

7

lib/Ed25519Signature2020.js

@@ -47,5 +47,7 @@ /*!

* canonize algorithm.
* @param {object} [options.canonizeOptions] - Options to pass to
* canonize algorithm.
*/
constructor({
key, signer, verifier, proof, date, useNativeCanonize
key, signer, verifier, proof, date, useNativeCanonize, canonizeOptions
} = {}) {

@@ -55,3 +57,4 @@ super({

contextUrl: SUITE_CONTEXT_URL,
key, signer, verifier, proof, date, useNativeCanonize
key, signer, verifier, proof, date, useNativeCanonize,
canonizeOptions
});

@@ -58,0 +61,0 @@ // Some operations may be performed with Ed25519VerificationKey2018.

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

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

"ed25519-signature-2020-context": "^1.1.0",
"jsonld-signatures": "^11.0.0"
"jsonld-signatures": "^11.1.0"
},

@@ -24,0 +24,0 @@ "devDependencies": {

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