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 3.0.0-dev.65 to 3.0.0-dev.66

2

lib/StringUtils.js

@@ -144,5 +144,5 @@ "use strict";

function base64StringToUint8Array(base64) {
return new Uint8Array(atob(base64).split("").map((c) => c.charCodeAt(0)));
return new Uint8Array(atob(base64).split("").map((c) => c.charCodeAt(0))); // eslint-disable-line deprecation/deprecation
}
exports.base64StringToUint8Array = base64StringToUint8Array;
//# sourceMappingURL=StringUtils.js.map
{
"name": "@bentley/bentleyjs-core",
"version": "3.0.0-dev.65",
"version": "3.0.0-dev.66",
"description": "Bentley JavaScript core components",

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

"devDependencies": {
"@bentley/build-tools": "3.0.0-dev.65",
"@bentley/eslint-plugin": "3.0.0-dev.65",
"@bentley/build-tools": "3.0.0-dev.66",
"@bentley/eslint-plugin": "3.0.0-dev.66",
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7",
"@types/mocha": "^8.2.2",
"@types/node": "10.14.1",
"@types/node": "14.14.31",
"chai": "^4.1.2",

@@ -32,0 +32,0 @@ "chai-as-promised": "^7",

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