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
240
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.38 to 0.1.39

1

dist/HardwareError.d.ts

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

readonly PollingStop: 810;
readonly BlindSignDisabled: 811;
};

@@ -75,0 +76,0 @@ export declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping;

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

readonly PollingStop: 810;
readonly BlindSignDisabled: 811;
};

@@ -84,0 +85,0 @@ declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping;

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

PollingStop: 810,
BlindSignDisabled: 811,
};

@@ -200,2 +201,3 @@ const HardwareErrorCodeMessage = {

[HardwareErrorCode.PollingStop]: 'Polling stop',
[HardwareErrorCode.BlindSignDisabled]: 'Please confirm the BlindSign enabled',
};

@@ -202,0 +204,0 @@ const TypedError = (hardwareError, message, params) => {

4

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

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

},
"gitHead": "5828c78b10fca8604e158ef425a8c7314ece2bbf"
"gitHead": "abaee3140debec0a263b2b87c5ffcddfa534b443"
}

@@ -281,2 +281,7 @@ export interface IHardwareError {

PollingStop: 810,
/**
* Device does not open blid sign
*/
BlindSignDisabled: 811,
} as const;

@@ -371,2 +376,3 @@

[HardwareErrorCode.PollingStop]: 'Polling stop',
[HardwareErrorCode.BlindSignDisabled]: 'Please confirm the BlindSign enabled',
} as const;

@@ -373,0 +379,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