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.3.0 to 9.3.1

5

CHANGELOG.md
# jsonld-signatures ChangeLog
## 9.3.1 - 2021-12-17
### Fixed
- Allow `expansionMap` overrides.
## 9.3.0 - 2021-07-10

@@ -4,0 +9,0 @@

8

lib/ProofSet.js

@@ -60,4 +60,6 @@ /*!

}
if(expansionMap !== false) {
if(expansionMap === undefined) {
expansionMap = strictExpansionMap;
} else if(expansionMap === false) {
expansionMap = undefined;
}

@@ -134,4 +136,6 @@

}
if(expansionMap !== false) {
if(expansionMap === undefined) {
expansionMap = strictExpansionMap;
} else if(expansionMap === false) {
expansionMap = undefined;
}

@@ -138,0 +142,0 @@

{
"name": "jsonld-signatures",
"version": "9.3.0",
"version": "9.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