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

@onekeyfe/hd-core

Package Overview
Dependencies
Maintainers
2
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onekeyfe/hd-core - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

8

package.json
{
"name": "@onekeyfe/hd-core",
"version": "0.1.20",
"version": "0.1.21",
"description": "> TODO: description",

@@ -28,4 +28,4 @@ "author": "OneKey",

"dependencies": {
"@onekeyfe/hd-shared": "^0.1.20",
"@onekeyfe/hd-transport": "^0.1.20",
"@onekeyfe/hd-shared": "^0.1.21",
"@onekeyfe/hd-transport": "^0.1.21",
"axios": "^0.27.2",

@@ -41,3 +41,3 @@ "bignumber.js": "^9.0.2",

},
"gitHead": "084ac7c73ede259f48702e4d3ffd4c146c37ecf6"
"gitHead": "807593129b0b2e55dc2beeb7b824494ec8cb07ad"
}

@@ -359,3 +359,10 @@ import semver from 'semver';

Log.debug('device error: ', error);
if (error.errorCode === HardwareErrorCode.BlePermissionError) {
if (
[
HardwareErrorCode.BlePermissionError,
HardwareErrorCode.BleLocationError,
HardwareErrorCode.BleDeviceNotBonded,
HardwareErrorCode.BleCharacteristicNotifyError,
].includes(error.errorCode)
) {
reject(error);

@@ -362,0 +369,0 @@ return;

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