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

@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.4.2 to 2.5.0

15

CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"version": "2.5.0",
"tag": "@bentley/context-registry-client_v2.5.0",
"date": "Thu, 20 Aug 2020 20:57:09 GMT",
"comments": {
"none": [
{
"comment": "enable strict property initialization compiler flag"
},
{
"comment": "Switch to ESLint"
}
]
}
},
{
"version": "2.4.2",

@@ -7,0 +22,0 @@ "tag": "@bentley/context-registry-client_v2.4.2",

10

CHANGELOG.md
# Change Log - @bentley/context-registry-client
This log was last generated on Fri, 14 Aug 2020 16:34:09 GMT and should not be manually modified.
This log was last generated on Thu, 20 Aug 2020 20:57:09 GMT and should not be manually modified.
## 2.5.0
Thu, 20 Aug 2020 20:57:09 GMT
### Updates
- enable strict property initialization compiler flag
- Switch to ESLint
## 2.4.2

@@ -6,0 +14,0 @@ Fri, 14 Aug 2020 16:34:09 GMT

23

package.json
{
"name": "@bentley/context-registry-client",
"version": "2.4.2",
"version": "2.5.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": "tslint --project . 1>&2",
"lint": "eslint ./src/**/*.ts 1>&2",
"webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2",

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

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

@@ -56,2 +56,3 @@ "@types/deep-assign": "^0.1.0",

"chai": "^4.1.2",
"eslint": "^6.8.0",
"mocha": "^5.2.0",

@@ -61,3 +62,2 @@ "nyc": "^14.0.0",

"source-map-loader": "^1.0.0",
"tslint": "^5.11.0",
"typescript": "~3.7.4",

@@ -68,3 +68,6 @@ "webpack": "4.42.0"

"nycrc-path": "./node_modules/@bentley/build-tools/.nycrc"
},
"eslintConfig": {
"extends": "./node_modules/@bentley/build-tools/.eslintrc.js"
}
}

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