jsonld-signatures
Advanced tools
Comparing version 9.0.2 to 9.1.0
# 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 @@ |
@@ -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", |
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
66497
1241