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.2.22 to 0.2.23

1

dist/HardwareError.d.ts

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

readonly UnexpectPassphrase: 812;
readonly FileAlreadyExists: 813;
};

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

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

readonly UnexpectPassphrase: 812;
readonly FileAlreadyExists: 813;
};

@@ -93,0 +94,0 @@ declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping;

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

UnexpectPassphrase: 812,
FileAlreadyExists: 813,
};

@@ -218,2 +219,3 @@ const HardwareErrorCodeMessage = {

[HardwareErrorCode.UnexpectPassphrase]: 'Unexpect passphrase',
[HardwareErrorCode.FileAlreadyExists]: 'File already exists',
};

@@ -220,0 +222,0 @@ const TypedError = (hardwareError, message, params) => {

4

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

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

},
"gitHead": "720fa3b25f4fd9de7d1f426a4e42af347476ef8f"
"gitHead": "b8a1f2f6b0fdfff9166bc8dc121e0e5d97b42970"
}

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

UnexpectPassphrase: 812,
/**
* NFT file already exists
*/
FileAlreadyExists: 813,
} as const;

@@ -419,2 +424,3 @@

[HardwareErrorCode.UnexpectPassphrase]: 'Unexpect passphrase',
[HardwareErrorCode.FileAlreadyExists]: 'File already exists',
} as const;

@@ -421,0 +427,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