Socket
Socket
Sign inDemoInstall

@onekeyfe/hd-shared

Package Overview
Dependencies
Maintainers
0
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onekeyfe/hd-shared - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8-alpha.0

1

dist/HardwareError.d.ts

@@ -74,2 +74,3 @@ export interface IHardwareError {

readonly BleDeviceBondError: 715;
readonly BleCharacteristicNotifyChangeFailure: 716;
readonly RuntimeError: 800;

@@ -76,0 +77,0 @@ readonly PinInvalid: 801;

@@ -83,2 +83,3 @@ type Deferred<T, I = any, D = any> = {

readonly BleDeviceBondError: 715;
readonly BleCharacteristicNotifyChangeFailure: 716;
readonly RuntimeError: 800;

@@ -85,0 +86,0 @@ readonly PinInvalid: 801;

@@ -148,2 +148,3 @@ 'use strict';

BleDeviceBondError: 715,
BleCharacteristicNotifyChangeFailure: 716,
RuntimeError: 800,

@@ -225,2 +226,3 @@ PinInvalid: 801,

[HardwareErrorCode.BleDeviceBondError]: 'Bluetooth pairing failed',
[HardwareErrorCode.BleCharacteristicNotifyChangeFailure]: 'Characteristic Notify Change Failure',
[HardwareErrorCode.RuntimeError]: 'Runtime error',

@@ -227,0 +229,0 @@ [HardwareErrorCode.PinInvalid]: 'Pin invalid',

4

package.json
{
"name": "@onekeyfe/hd-shared",
"version": "1.0.7",
"version": "1.0.8-alpha.0",
"description": "Hardware SDK's shared tool library",

@@ -28,3 +28,3 @@ "keywords": [

},
"gitHead": "8b08f905e7426fac23b5cf9ec55eb336278f0e3b"
"gitHead": "5e68522825bfe3e42fac05c795fbee6caa7cc260"
}

@@ -272,2 +272,3 @@ export interface IHardwareError {

BleDeviceBondError: 715,
BleCharacteristicNotifyChangeFailure: 716,

@@ -450,2 +451,3 @@ /**

[HardwareErrorCode.BleDeviceBondError]: 'Bluetooth pairing failed',
[HardwareErrorCode.BleCharacteristicNotifyChangeFailure]: 'Characteristic Notify Change Failure',

@@ -452,0 +454,0 @@ /**

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