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 2.7.0 to 2.7.1

6

CHANGELOG.json

@@ -5,2 +5,8 @@ {

{
"version": "2.7.1",
"tag": "@bentley/bentleyjs-core_v2.7.1",
"date": "Thu, 08 Oct 2020 13:04:35 GMT",
"comments": {}
},
{
"version": "2.7.0",

@@ -7,0 +13,0 @@ "tag": "@bentley/bentleyjs-core_v2.7.0",

7

CHANGELOG.md
# Change Log - @bentley/bentleyjs-core
This log was last generated on Fri, 02 Oct 2020 18:03:32 GMT and should not be manually modified.
This log was last generated on Thu, 08 Oct 2020 13:04:35 GMT and should not be manually modified.
## 2.7.1
Thu, 08 Oct 2020 13:04:35 GMT
_Version update only_
## 2.7.0

@@ -6,0 +11,0 @@ Fri, 02 Oct 2020 18:03:32 GMT

@@ -42,2 +42,4 @@ /** @packageDocumentation

export declare function compareNumbersOrUndefined(lhs?: number, rhs?: number): number;
/** @public */
export declare function compareBooleansOrUndefined(lhs?: boolean, rhs?: boolean): number;
//# sourceMappingURL=Compare.d.ts.map

@@ -48,2 +48,5 @@ "use strict";

exports.compareNumbersOrUndefined = compareNumbersOrUndefined;
/** @public */
function compareBooleansOrUndefined(lhs, rhs) { return comparePossiblyUndefined(compareBooleans, lhs, rhs); }
exports.compareBooleansOrUndefined = compareBooleansOrUndefined;
//# sourceMappingURL=Compare.js.map

6

package.json
{
"name": "@bentley/bentleyjs-core",
"version": "2.7.0",
"version": "2.7.1",
"description": "Bentley JavaScript core components",

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

"devDependencies": {
"@bentley/build-tools": "2.7.0",
"@bentley/eslint-plugin": "2.7.0",
"@bentley/build-tools": "2.7.1",
"@bentley/eslint-plugin": "2.7.1",
"@types/chai": "^4.1.4",

@@ -37,0 +37,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc