Socket
Socket
Sign inDemoInstall

@bentley/context-registry-client

Package Overview
Dependencies
Maintainers
4
Versions
503
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bentley/context-registry-client - npm Package Compare versions

Comparing version 2.6.5 to 2.7.0

14

CHANGELOG.json

@@ -5,6 +5,12 @@ {

{
"version": "2.6.5",
"tag": "@bentley/context-registry-client_v2.6.5",
"date": "Sat, 26 Sep 2020 16:06:34 GMT",
"comments": {}
"version": "2.7.0",
"tag": "@bentley/context-registry-client_v2.7.0",
"date": "Fri, 02 Oct 2020 18:03:32 GMT",
"comments": {
"none": [
{
"comment": "Fixed lint warnings."
}
]
}
},

@@ -11,0 +17,0 @@ {

# Change Log - @bentley/context-registry-client
This log was last generated on Sat, 26 Sep 2020 16:06:34 GMT and should not be manually modified.
This log was last generated on Fri, 02 Oct 2020 18:03:32 GMT and should not be manually modified.
## 2.6.5
Sat, 26 Sep 2020 16:06:34 GMT
## 2.7.0
Fri, 02 Oct 2020 18:03:32 GMT
*Version update only*
### Updates
- Fixed lint warnings.
## 2.6.4
Tue, 22 Sep 2020 17:40:07 GMT
*Version update only*
_Version update only_

@@ -18,3 +20,3 @@ ## 2.6.3

*Version update only*
_Version update only_

@@ -24,3 +26,3 @@ ## 2.6.2

*Version update only*
_Version update only_

@@ -30,3 +32,3 @@ ## 2.6.1

*Version update only*
_Version update only_

@@ -43,3 +45,3 @@ ## 2.6.0

*Version update only*
_Version update only_

@@ -49,3 +51,3 @@ ## 2.5.4

*Version update only*
_Version update only_

@@ -55,3 +57,3 @@ ## 2.5.3

*Version update only*
_Version update only_

@@ -61,3 +63,3 @@ ## 2.5.2

*Version update only*
_Version update only_

@@ -67,3 +69,3 @@ ## 2.5.1

*Version update only*
_Version update only_

@@ -81,3 +83,3 @@ ## 2.5.0

*Version update only*
_Version update only_

@@ -87,3 +89,3 @@ ## 2.4.1

*Version update only*
_Version update only_

@@ -100,3 +102,3 @@ ## 2.4.0

*Version update only*
_Version update only_

@@ -106,3 +108,3 @@ ## 2.3.2

*Version update only*
_Version update only_

@@ -112,3 +114,3 @@ ## 2.3.1

*Version update only*
_Version update only_

@@ -125,3 +127,3 @@ ## 2.3.0

*Version update only*
_Version update only_

@@ -131,3 +133,3 @@ ## 2.2.0

*Version update only*
_Version update only_

@@ -137,3 +139,3 @@ ## 2.1.0

*Version update only*
_Version update only_

@@ -140,0 +142,0 @@ ## 2.0.0

@@ -166,6 +166,6 @@ "use strict";

if (bentleyjs_core_1.Config.App.has(ContextRegistryClient.configRelyingPartyUri))
return bentleyjs_core_1.Config.App.get(ContextRegistryClient.configRelyingPartyUri) + "/";
return `${bentleyjs_core_1.Config.App.get(ContextRegistryClient.configRelyingPartyUri)}/`;
if (bentleyjs_core_1.Config.App.getBoolean(itwin_client_1.WsgClient.configUseHostRelyingPartyUriAsFallback, true)) {
if (bentleyjs_core_1.Config.App.has(itwin_client_1.WsgClient.configHostRelyingPartyUri))
return bentleyjs_core_1.Config.App.get(itwin_client_1.WsgClient.configHostRelyingPartyUri) + "/";
return `${bentleyjs_core_1.Config.App.get(itwin_client_1.WsgClient.configHostRelyingPartyUri)}/`;
}

@@ -172,0 +172,0 @@ throw new Error(`RelyingPartyUrl not set. Set it in Config.App using key ${ContextRegistryClient.configRelyingPartyUri}`);

{
"name": "@bentley/context-registry-client",
"version": "2.6.5",
"version": "2.7.0",
"description": "iModel.js Context Registry Client",

@@ -18,3 +18,3 @@ "main": "lib/context-registry-client.js",

"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/clients/context-registry-client/file.json --tsIndexFile=context-registry-client.ts --onlyJson",
"lint": "eslint ./src/**/*.ts 1>&2",
"lint": "eslint --max-warnings 0 ./src/**/*.ts 1>&2",
"webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2",

@@ -41,12 +41,12 @@ "test": "",

"peerDependencies": {
"@bentley/bentleyjs-core": "^2.6.5",
"@bentley/itwin-client": "^2.6.5"
"@bentley/bentleyjs-core": "^2.7.0",
"@bentley/itwin-client": "^2.7.0"
},
"devDependencies": {
"@bentley/build-tools": "2.6.5",
"@bentley/eslint-plugin": "2.6.5",
"@bentley/certa": "2.6.5",
"@bentley/config-loader": "2.6.5",
"@bentley/itwin-client": "2.6.5",
"@bentley/oidc-signin-tool": "2.6.5",
"@bentley/build-tools": "2.7.0",
"@bentley/eslint-plugin": "2.7.0",
"@bentley/certa": "2.7.0",
"@bentley/config-loader": "2.7.0",
"@bentley/itwin-client": "2.7.0",
"@bentley/oidc-signin-tool": "2.7.0",
"@types/chai": "^4.1.4",

@@ -53,0 +53,0 @@ "@types/deep-assign": "^0.1.0",

Sorry, the diff of this file is not supported yet

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