@transmute/credentials-context
Advanced tools
Comparing version 0.0.4-unstable.4 to 0.0.4-unstable.5
{ | ||
"name": "@transmute/credentials-context", | ||
"version": "0.0.4-unstable.4", | ||
"version": "0.0.4-unstable.5", | ||
"description": "", | ||
"main": "index.js", | ||
"types": "typings.d.ts", | ||
"license": "Apache-2.0", | ||
@@ -16,3 +17,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "246dfc46f2680739a772ee8c77d0c2597db6f2b2" | ||
"gitHead": "073e5bf687f3101f215b175303ce18ed62d37684" | ||
} |
@@ -10,10 +10,10 @@ ### @transmute/credentials-context | ||
```js | ||
const { | ||
constants: credentialConstants, | ||
} = require("@transmute/credentials-context"); | ||
const { constants, contexts } = require("@transmute/credentials-context"); | ||
export default { | ||
// https://www.w3.org/2018/credentials/v1 | ||
CREDENTIALS_CONTEXT_V1_URL: securityConstants.CREDENTIALS_CONTEXT_V1_URL, | ||
[constants.CREDENTIALS_CONTEXT_V1_URL]: contexts.get( | ||
constants.CREDENTIALS_CONTEXT_V1_URL | ||
), | ||
}; | ||
``` |
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
20519
7
216