jsonld-signatures
Advanced tools
Comparing version 11.3.0 to 11.3.1
@@ -73,2 +73,7 @@ /*! | ||
const {id: verificationId} = verificationMethod; | ||
if(typeof verificationId !== 'string') { | ||
throw new Error( | ||
`Verification method ID "${verificationMethod.id}" ` + | ||
'must be a string.'); | ||
} | ||
const {term, _termDefinedByDIDContext} = this; | ||
@@ -75,0 +80,0 @@ |
{ | ||
"name": "jsonld-signatures", | ||
"version": "11.3.0", | ||
"version": "11.3.1", | ||
"description": "An implementation of the Linked Data Signatures specifications for JSON-LD in JavaScript.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/jsonld-signatures", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67981
1540