Socket
Socket
Sign inDemoInstall

@onekeyfe/hd-shared

Package Overview
Dependencies
Maintainers
2
Versions
235
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 0.1.6 to 0.1.7

1

dist/HardwareError.d.ts

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

readonly BleMonitorError: 708;
readonly BleCharacteristicNotifyError: 709;
readonly RuntimeError: 800;

@@ -50,0 +51,0 @@ readonly PinInvalid: 801;

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

readonly BleMonitorError: 708;
readonly BleCharacteristicNotifyError: 709;
readonly RuntimeError: 800;

@@ -59,0 +60,0 @@ readonly PinInvalid: 801;

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

BleMonitorError: 708,
BleCharacteristicNotifyError: 709,
RuntimeError: 800,

@@ -155,2 +156,3 @@ PinInvalid: 801,

[HardwareErrorCode.BleMonitorError]: 'Monitor Error: characteristic not found',
[HardwareErrorCode.BleCharacteristicNotifyError]: 'Characteristic Notify Error',
[HardwareErrorCode.RuntimeError]: 'Runtime error',

@@ -157,0 +159,0 @@ [HardwareErrorCode.PinInvalid]: 'Pin invalid',

4

package.json
{
"name": "@onekeyfe/hd-shared",
"version": "0.1.6",
"version": "0.1.7",
"description": "Hardware SDK's shared tool library",

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

},
"gitHead": "ebe2789fa24cbfb798c9be445678e71e67e33d71"
"gitHead": "1d3889d02e41afd60cd0388b6e01d7f2ac7c5399"
}

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

BleMonitorError: 708,
BleCharacteristicNotifyError: 709,

@@ -258,2 +259,3 @@ /**

[HardwareErrorCode.BleMonitorError]: 'Monitor Error: characteristic not found',
[HardwareErrorCode.BleCharacteristicNotifyError]: 'Characteristic Notify Error',

@@ -260,0 +262,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