bedrock-did-context
Advanced tools
Comparing version 2.0.0 to 2.0.1
# 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 @@ |
@@ -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", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
7388
24
1