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

bedrock-did-context

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock-did-context - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

CHANGELOG.md
# bedrock-did-context ChangeLog
## 2.0.1 - 2021-09-15
### Fixed
- Restrict constant import to constants containing 'URL'.
## 2.0.0 - 2021-03-31

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

8

lib/index.js

@@ -16,6 +16,8 @@ /*!

for(const c in contextConstants) {
const contextUrl = contextConstants[c];
bedrockConstants[c] = contextUrl;
jsonLdDocumentLoader.addStatic(contextUrl, contexts.get(contextUrl));
if(c.includes('URL')) {
const contextUrl = contextConstants[c];
bedrockConstants[c] = contextUrl;
jsonLdDocumentLoader.addStatic(contextUrl, contexts.get(contextUrl));
}
}
}
{
"name": "bedrock-did-context",
"version": "2.0.0",
"version": "2.0.1",
"description": "DID Context (Bedrock module)",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md",

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