Socket
Socket
Sign inDemoInstall

@bentley/bentleyjs-core

Package Overview
Dependencies
Maintainers
4
Versions
524
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bentley/bentleyjs-core - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

lib/ByteStream.d.ts

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "1.10.0",
"tag": "@bentley/bentleyjs-core_v1.10.0",
"date": "Tue, 07 Jan 2020 19:44:01 GMT",
"comments": {
"none": [
{
"comment": "Added ByteStream class."
}
]
}
},
{
"version": "1.9.0",

@@ -7,0 +19,0 @@ "tag": "@bentley/bentleyjs-core_v1.9.0",

9

CHANGELOG.md
# Change Log - @bentley/bentleyjs-core
This log was last generated on Tue, 10 Dec 2019 18:08:56 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jan 2020 19:44:01 GMT and should not be manually modified.
## 1.10.0
Tue, 07 Jan 2020 19:44:01 GMT
### Updates
- Added ByteStream class.
## 1.9.0

@@ -6,0 +13,0 @@ Tue, 10 Dec 2019 18:08:56 GMT

4

lib/Assert.js
"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Events */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Errors */

export * from "./Assert";
export * from "./AsyncMutex";
export * from "./BeEvent";
export * from "./BeSQLite";
export * from "./BentleyError";
export * from "./BentleyLoggerCategory";
export * from "./BeSQLite";
export * from "./ByteStream";
export * from "./ClientRequestContext";

@@ -11,14 +12,14 @@ export * from "./Compare";

export * from "./Disposable";
export * from "./ElectronUtils";
export * from "./Id";
export * from "./IndexMap";
export * from "./JsonUtils";
export * from "./LRUMap";
export * from "./Logger";
export * from "./LRUMap";
export * from "./PriorityQueue";
export * from "./ObservableSet";
export * from "./OneAtATimeAction";
export * from "./PriorityQueue";
export * from "./SortedArray";
export * from "./StringUtils";
export * from "./Time";
export * from "./ElectronUtils";
/** @module Utils */

@@ -25,0 +26,0 @@ /** @docs-package-description

@@ -7,4 +7,4 @@ "use strict";

/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -14,5 +14,6 @@ __export(require("./Assert"));

__export(require("./BeEvent"));
__export(require("./BeSQLite"));
__export(require("./BentleyError"));
__export(require("./BentleyLoggerCategory"));
__export(require("./BeSQLite"));
__export(require("./ByteStream"));
__export(require("./ClientRequestContext"));

@@ -22,14 +23,14 @@ __export(require("./Compare"));

__export(require("./Disposable"));
__export(require("./ElectronUtils"));
__export(require("./Id"));
__export(require("./IndexMap"));
__export(require("./JsonUtils"));
__export(require("./LRUMap"));
__export(require("./Logger"));
__export(require("./LRUMap"));
__export(require("./PriorityQueue"));
__export(require("./ObservableSet"));
__export(require("./OneAtATimeAction"));
__export(require("./PriorityQueue"));
__export(require("./SortedArray"));
__export(require("./StringUtils"));
__export(require("./Time"));
__export(require("./ElectronUtils"));
if ((typeof (BUILD_SEMVER) !== "undefined") && (typeof window !== "undefined") && window) {

@@ -36,0 +37,0 @@ if (!window.iModelJsVersions)

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Logging */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module BeSQLite */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Collections */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

@@ -7,8 +7,2 @@ /**

/**
* Imports the specified module only if it's running in electron
* @param moduleName
* @internal
*/
export declare function requireInElectronRenderer(moduleName: string): any;
/**
* Utility to wrap import of the electron module

@@ -15,0 +9,0 @@ * @note The value is set to undefined if not running in Electron.

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -26,3 +26,2 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
exports.requireInElectronRenderer = requireInElectronRenderer;
/**

@@ -29,0 +28,0 @@ * Utility to wrap import of the electron module

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Ids */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Collections */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Logging */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Collections */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Collections */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Collections */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Collections */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@@ -6,0 +6,0 @@ /** @module Utils */

# MIT License
Copyright © 2019 Bentley Systems, Incorporated. All rights reserved.
Copyright © 2017-2020 Bentley Systems, Incorporated. All rights reserved.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "@bentley/bentleyjs-core",
"version": "1.9.0",
"version": "1.10.0",
"description": "Bentley JavaScript core components",

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

"devDependencies": {
"@bentley/build-tools": "1.9.0",
"@bentley/webpack-tools": "1.9.0",
"@bentley/build-tools": "1.10.0",
"@bentley/webpack-tools": "1.10.0",
"@types/chai": "^4.1.4",

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

# @bentley/bentleyjs-core
Copyright © 2019 Bentley Systems, Incorporated. All rights reserved.
Copyright © Bentley Systems, Incorporated. All rights reserved.

@@ -5,0 +5,0 @@ ## Description

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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