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

@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.0.0 to 1.1.0

lib/AsyncMutex.d.ts

18

CHANGELOG.json

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

{
"version": "1.1.0",
"tag": "@bentley/bentleyjs-core_v1.1.0",
"date": "Mon, 01 Jul 2019 19:04:29 GMT",
"comments": {
"none": [
{
"comment": "added OneAtATimeActivity class"
},
{
"comment": "Introduced AsyncMutex - a utility to run async blocks of code in sequence. "
},
{
"comment": "Update to TypeScript 3.5"
}
]
}
},
{
"version": "1.0.0",

@@ -7,0 +25,0 @@ "tag": "@bentley/bentleyjs-core_v1.0.0",

11

CHANGELOG.md
# Change Log - @bentley/bentleyjs-core
This log was last generated on Mon, 03 Jun 2019 18:09:39 GMT and should not be manually modified.
This log was last generated on Mon, 01 Jul 2019 19:04:29 GMT and should not be manually modified.
## 1.1.0
Mon, 01 Jul 2019 19:04:29 GMT
### Updates
- added OneAtATimeActivity class
- Introduced AsyncMutex - a utility to run async blocks of code in sequence.
- Update to TypeScript 3.5
## 1.0.0

@@ -6,0 +15,0 @@ Mon, 03 Jun 2019 18:09:39 GMT

8

lib/bentleyjs-core.d.ts
export * from "./Assert";
export * from "./AsyncMutex";
export * from "./BeEvent";
export * from "./BentleyError";
export * from "./BentleyLoggerCategory";
export * from "./BeSQLite";
export * from "./ClientRequestContext";
export * from "./Compare";

@@ -12,9 +15,8 @@ export * from "./Dictionary";

export * from "./Logger";
export * from "./BentleyLoggerCategory";
export * from "./ClientRequestContext";
export * from "./LRUMap";
export * from "./PriorityQueue";
export * from "./OneAtATimeAction";
export * from "./SortedArray";
export * from "./StringUtils";
export * from "./Time";
export * from "./PriorityQueue";
/** @module Utils */

@@ -21,0 +23,0 @@ /** @docs-package-description

@@ -11,5 +11,8 @@ "use strict";

__export(require("./Assert"));
__export(require("./AsyncMutex"));
__export(require("./BeEvent"));
__export(require("./BentleyError"));
__export(require("./BentleyLoggerCategory"));
__export(require("./BeSQLite"));
__export(require("./ClientRequestContext"));
__export(require("./Compare"));

@@ -22,9 +25,8 @@ __export(require("./Dictionary"));

__export(require("./Logger"));
__export(require("./BentleyLoggerCategory"));
__export(require("./ClientRequestContext"));
__export(require("./LRUMap"));
__export(require("./PriorityQueue"));
__export(require("./OneAtATimeAction"));
__export(require("./SortedArray"));
__export(require("./StringUtils"));
__export(require("./Time"));
__export(require("./PriorityQueue"));
if ((typeof (BUILD_SEMVER) !== "undefined") && (typeof window !== "undefined") && window) {

@@ -31,0 +33,0 @@ if (!window.iModelJsVersions)

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

@@ -13,3 +13,3 @@ "main": "lib/bentleyjs-core.js",

"scripts": {
"build": "node ./node_modules/@bentley/webpack-tools/bin/buildIModelJsModule.js",
"build": "buildIModelJsModule",
"clean": "rimraf lib package-deps.json",

@@ -43,8 +43,10 @@ "extract-api": "node ./node_modules/@bentley/build-tools/scripts/extract-api.js --entry=bentleyjs-core",

"devDependencies": {
"@bentley/build-tools": "1.0.0",
"@bentley/webpack-tools": "1.0.0",
"@bentley/build-tools": "1.1.0",
"@bentley/webpack-tools": "1.1.0",
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7",
"@types/mocha": "^5.2.5",
"@types/node": "10.14.1",
"chai": "^4.1.2",
"chai-as-promised": "^7",
"mocha": "^5.2.0",

@@ -54,3 +56,3 @@ "rimraf": "^2.6.2",

"tslint-etc": "^1.5.2",
"typescript": "~3.2.2",
"typescript": "~3.5.2",
"ts-node": "^7.0.1",

@@ -57,0 +59,0 @@ "nyc": "^14.0.0"

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