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

jsonld-signatures

Package Overview
Dependencies
Maintainers
6
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 9.0.2 to 9.1.0

7

CHANGELOG.md
# jsonld-signatures ChangeLog
## 9.1.0 - 2021-06-29
### Changed
- Use `tag: 'static'` feature in `extendContextLoader`. This flag will inform
the JSON-LD processor that the statically loaded contexts are, in fact,
static and only need to be processed once.
## 9.0.2 - 2021-04-12

@@ -4,0 +11,0 @@

3

lib/documentLoader.js

@@ -44,3 +44,4 @@ /*!

documentUrl: url,
document: context
document: context,
tag: 'static'
};

@@ -47,0 +48,0 @@ }

{
"name": "jsonld-signatures",
"version": "9.0.2",
"version": "9.1.0",
"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