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

@onekeyfe/hd-core

Package Overview
Dependencies
Maintainers
2
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onekeyfe/hd-core - npm Package Compare versions

Comparing version 0.1.23 to 0.1.24

8

package.json
{
"name": "@onekeyfe/hd-core",
"version": "0.1.23",
"version": "0.1.24",
"description": "> TODO: description",

@@ -28,4 +28,4 @@ "author": "OneKey",

"dependencies": {
"@onekeyfe/hd-shared": "^0.1.23",
"@onekeyfe/hd-transport": "^0.1.23",
"@onekeyfe/hd-shared": "^0.1.24",
"@onekeyfe/hd-transport": "^0.1.24",
"axios": "^0.27.2",

@@ -41,3 +41,3 @@ "bignumber.js": "^9.0.2",

},
"gitHead": "1d460705e90267f20fff95c9cd118c8ba818c7bc"
"gitHead": "20197605d771616de3dbc47013494b60bc0dbd2d"
}

@@ -182,2 +182,9 @@ import type { Transport, Messages } from '@onekeyfe/hd-transport';

/**
* Temporary, do not support passphrase
*/
if (this.device.features?.passphrase_protection) {
return Promise.reject(ERRORS.TypedError(HardwareErrorCode.DeviceNotSupportPassphrase));
}
if (res.type === 'ButtonRequest') {

@@ -184,0 +191,0 @@ if (res.message.code === 'ButtonRequest_PassphraseEntry') {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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