@digitalbazaar/ed25519-signature-2020
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -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": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16545
200
0
Updatedjsonld-signatures@^11.1.0