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.50 to 0.1.51

1

dist/HardwareError.d.ts

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

readonly BlindSignDisabled: 811;
readonly UnexpectPassphrase: 812;
};

@@ -77,0 +78,0 @@ export declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping;

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

readonly BlindSignDisabled: 811;
readonly UnexpectPassphrase: 812;
};

@@ -86,0 +87,0 @@ declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping;

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

BlindSignDisabled: 811,
UnexpectPassphrase: 812,
};

@@ -204,2 +205,3 @@ const HardwareErrorCodeMessage = {

[HardwareErrorCode.BlindSignDisabled]: 'Please confirm the BlindSign enabled',
[HardwareErrorCode.UnexpectPassphrase]: 'Unexpect passphrase',
};

@@ -206,0 +208,0 @@ const TypedError = (hardwareError, message, params) => {

4

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

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

},
"gitHead": "e3e2a8aa77a1bf72d1b26dc9841463a660a2f902"
"gitHead": "0bc84671cf1fabb0f50339407dd43ad82ff096b8"
}

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

BlindSignDisabled: 811,
UnexpectPassphrase: 812,
} as const;

@@ -380,2 +382,3 @@

[HardwareErrorCode.BlindSignDisabled]: 'Please confirm the BlindSign enabled',
[HardwareErrorCode.UnexpectPassphrase]: 'Unexpect passphrase',
} as const;

@@ -382,0 +385,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