Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsonld-signatures

Package Overview
Dependencies
Maintainers
0
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonld-signatures - npm Package Compare versions

Comparing version 11.3.0 to 11.3.1

5

lib/purposes/ControllerProofPurpose.js

@@ -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 @@

2

package.json
{
"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",

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