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

@onekeyfe/hd-shared

Package Overview
Dependencies
Maintainers
2
Versions
239
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.55 to 0.1.56

2

dist/HardwareError.d.ts

@@ -46,4 +46,2 @@ export interface IHardwareError {

readonly FirmwareUpdateLimitOneDevice: 409;
readonly FirmwareUpdateManuallyEnterBoot: 410;
readonly FirmwareUpdateAutoEnterBootFailure: 411;
readonly NetworkError: 500;

@@ -50,0 +48,0 @@ readonly TransportNotConfigured: 600;

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

readonly FirmwareUpdateLimitOneDevice: 409;
readonly FirmwareUpdateManuallyEnterBoot: 410;
readonly FirmwareUpdateAutoEnterBootFailure: 411;
readonly NetworkError: 500;

@@ -59,0 +57,0 @@ readonly TransportNotConfigured: 600;

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

FirmwareUpdateLimitOneDevice: 409,
FirmwareUpdateManuallyEnterBoot: 410,
FirmwareUpdateAutoEnterBootFailure: 411,
NetworkError: 500,

@@ -179,4 +177,2 @@ TransportNotConfigured: 600,

[HardwareErrorCode.FirmwareUpdateLimitOneDevice]: 'Only one device can be connected during firmware upgrade',
[HardwareErrorCode.FirmwareUpdateManuallyEnterBoot]: 'You need to manually enter boot',
[HardwareErrorCode.FirmwareUpdateAutoEnterBootFailure]: 'Description Failed to automatically enter boot',
[HardwareErrorCode.NetworkError]: 'Network request error',

@@ -183,0 +179,0 @@ [HardwareErrorCode.TransportNotConfigured]: 'Transport not configured',

4

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

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

},
"gitHead": "79fa201d009fc80a31946cd40f889b37f1ec53b0"
"gitHead": "519e40b2b1a5224af1333ac4c715f19b2fef2378"
}

@@ -192,12 +192,2 @@ export interface IHardwareError {

/**
* You need to manually enter boot
*/
FirmwareUpdateManuallyEnterBoot: 410,
/**
* Manual entry fails. You must manually enter the boot
*/
FirmwareUpdateAutoEnterBootFailure: 411,
/**
* Netword request error

@@ -352,5 +342,2 @@ */

'Only one device can be connected during firmware upgrade',
[HardwareErrorCode.FirmwareUpdateManuallyEnterBoot]: 'You need to manually enter boot',
[HardwareErrorCode.FirmwareUpdateAutoEnterBootFailure]:
'Description Failed to automatically enter boot',

@@ -357,0 +344,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