Socket
Socket
Sign inDemoInstall

@bentley/itwin-client

Package Overview
Dependencies
Maintainers
4
Versions
599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bentley/itwin-client - npm Package Compare versions

Comparing version 2.19.28 to 2.19.30

18

CHANGELOG.json

@@ -5,2 +5,20 @@ {

{
"version": "2.19.30",
"tag": "@bentley/itwin-client_v2.19.30",
"date": "Wed, 09 Feb 2022 15:49:54 GMT",
"comments": {
"none": [
{
"comment": "Typedoc version upgrade"
}
]
}
},
{
"version": "2.19.29",
"tag": "@bentley/itwin-client_v2.19.29",
"date": "Thu, 03 Feb 2022 15:13:06 GMT",
"comments": {}
},
{
"version": "2.19.28",

@@ -7,0 +25,0 @@ "tag": "@bentley/itwin-client_v2.19.28",

14

CHANGELOG.md
# Change Log - @bentley/itwin-client
This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
This log was last generated on Wed, 09 Feb 2022 15:49:54 GMT and should not be manually modified.
## 2.19.30
Wed, 09 Feb 2022 15:49:54 GMT
### Updates
- Typedoc version upgrade
## 2.19.29
Thu, 03 Feb 2022 15:13:06 GMT
_Version update only_
## 2.19.28

@@ -6,0 +18,0 @@ Wed, 12 Jan 2022 14:52:38 GMT

2

lib/Token.d.ts

@@ -71,3 +71,3 @@ import { UserInfo, UserInfoProps } from "./UserInfo";

* @param tokenStr String representation of the token
* @throws [[BentleyError]] If the token does not have the required prefix
* @throws [BentleyError]($bentleyjs-core) If the token does not have the required prefix
*/

@@ -74,0 +74,0 @@ static fromTokenString(tokenStr: string): AccessToken;

@@ -117,3 +117,3 @@ "use strict";

* @param tokenStr String representation of the token
* @throws [[BentleyError]] If the token does not have the required prefix
* @throws [BentleyError]($bentleyjs-core) If the token does not have the required prefix
*/

@@ -120,0 +120,0 @@ static fromTokenString(tokenStr) {

{
"name": "@bentley/itwin-client",
"version": "2.19.28",
"version": "2.19.30",
"description": "Base client package for iTwin applications",

@@ -23,3 +23,3 @@ "main": "lib/itwin-client.js",

"peerDependencies": {
"@bentley/bentleyjs-core": "^2.19.28"
"@bentley/bentleyjs-core": "^2.19.30"
},

@@ -31,7 +31,7 @@ "//devDependencies": [

"devDependencies": {
"@bentley/bentleyjs-core": "2.19.28",
"@bentley/build-tools": "2.19.28",
"@bentley/certa": "2.19.28",
"@bentley/config-loader": "2.19.28",
"@bentley/eslint-plugin": "2.19.28",
"@bentley/bentleyjs-core": "2.19.30",
"@bentley/build-tools": "2.19.30",
"@bentley/certa": "2.19.30",
"@bentley/config-loader": "2.19.30",
"@bentley/eslint-plugin": "2.19.30",
"@types/chai": "^4.1.4",

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

"extract-api": "betools extract-api --entry=itwin-client",
"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/itwin-client/file.json --tsIndexFile=itwin-client.ts --onlyJson",
"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/clients/itwin-client/file.json --tsIndexFile=itwin-client.ts --onlyJson",
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",

@@ -81,0 +81,0 @@ "test": "betools test --offline=\"mock\"",

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