Socket
Socket
Sign inDemoInstall

@bentley/bentleyjs-core

Package Overview
Dependencies
0
Maintainers
4
Versions
524
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-dev.70 to 3.0.0-dev.71

lib/AccessToken.d.ts

22

CHANGELOG.md

@@ -558,3 +558,3 @@ # Change Log - @bentley/bentleyjs-core

- Added FailedToGetProductSettings error
- Setup Guid.normalize() for internal use.
- Setup Guid.normalize() for internal use.
- channel rules

@@ -567,8 +567,8 @@

- Monitor progress of downloading briefcases, ability to cancel download of briefcases.
- Monitor progress of downloading briefcases, ability to cancel download of briefcases.
- Update Config.App documentation to reflect the removal of the config.json file
- Added ContextDoesNotExist error
- BUG273249
- Updated docs.
- Updated error text.
- Updated docs.
- Updated error text.
- added raw log method that bypass catogory check

@@ -607,3 +607,3 @@ - order imports.

- VSS$257397: Temporary fix for checking electron renderer.
- VSS$257397: Temporary fix for checking electron renderer.
- Upgrade to TypeScript 3.7.2.

@@ -623,3 +623,3 @@

- Setup OidcDesktopClient for Electron use cases.
- Setup OidcDesktopClient for Electron use cases.
- Added non-static wait and executeAfter to BeDuration

@@ -677,3 +677,3 @@ - Fix warnings from static analysis

- Added OneAtATimeActivity class
- Introduced AsyncMutex - a utility to run async blocks of code in sequence.
- Introduced AsyncMutex - a utility to run async blocks of code in sequence.
- Update to TypeScript 3.5

@@ -705,6 +705,6 @@

- Put sourcemap in npm package.
- Fixed logger to not mutate incoming objects.
- Fixed logger to not mutate incoming objects.
- Improved performance logging
- Added functions for iterating and obtaining the number of elements of a collection of Id64s represented as an Id64Arg.
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
- Use TextDecoder to decode binary utf-8 strings if supported.

@@ -745,3 +745,3 @@ - Upgrade TypeDoc dependency to 0.14.2

- Removed IModelDb's cache of accessToken. For long running operations like AutoPush, the user must explicitly supply an IAccessTokenManager to keep the token current.
- Removed IModelDb's cache of accessToken. For long running operations like AutoPush, the user must explicitly supply an IAccessTokenManager to keep the token current.

@@ -853,3 +853,3 @@ ## 0.185.0

- Changes to debug utilities.
- Changes to debug utilities.
- Fluentd Bunnyan Logger added

@@ -856,0 +856,0 @@

@@ -0,1 +1,2 @@

export * from "./AccessToken";
export * from "./Assert";

@@ -8,3 +9,2 @@ export * from "./AsyncMutex";

export * from "./ByteStream";
export * from "./ClientRequestContext";
export * from "./Compare";

@@ -19,3 +19,2 @@ export * from "./CompressedId64Set";

export * from "./LRUMap";
export * from "./ProcessDetector";
export * from "./ObservableSet";

@@ -27,2 +26,3 @@ export * from "./OneAtATimeAction";

export * from "./PriorityQueue";
export * from "./ProcessDetector";
export * from "./SortedArray";

@@ -29,0 +29,0 @@ export * from "./StringUtils";

@@ -17,2 +17,3 @@ "use strict";

*--------------------------------------------------------------------------------------------*/
__exportStar(require("./AccessToken"), exports);
__exportStar(require("./Assert"), exports);

@@ -25,3 +26,2 @@ __exportStar(require("./AsyncMutex"), exports);

__exportStar(require("./ByteStream"), exports);
__exportStar(require("./ClientRequestContext"), exports);
__exportStar(require("./Compare"), exports);

@@ -36,3 +36,2 @@ __exportStar(require("./CompressedId64Set"), exports);

__exportStar(require("./LRUMap"), exports);
__exportStar(require("./ProcessDetector"), exports);
__exportStar(require("./ObservableSet"), exports);

@@ -44,2 +43,3 @@ __exportStar(require("./OneAtATimeAction"), exports);

__exportStar(require("./PriorityQueue"), exports);
__exportStar(require("./ProcessDetector"), exports);
__exportStar(require("./SortedArray"), exports);

@@ -46,0 +46,0 @@ __exportStar(require("./StringUtils"), exports);

{
"name": "@bentley/bentleyjs-core",
"version": "3.0.0-dev.70",
"version": "3.0.0-dev.71",
"description": "Bentley JavaScript core components",

@@ -24,4 +24,4 @@ "main": "lib/bentleyjs-core.js",

"devDependencies": {
"@bentley/build-tools": "3.0.0-dev.70",
"@bentley/eslint-plugin": "3.0.0-dev.70",
"@bentley/build-tools": "3.0.0-dev.71",
"@bentley/eslint-plugin": "3.0.0-dev.71",
"@types/chai": "^4.1.4",

@@ -28,0 +28,0 @@ "@types/chai-as-promised": "^7",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc