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.59 to 0.2.0

1

dist/HardwareError.d.ts

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

readonly BleLocationServicesDisabled: 712;
readonly BleTimeoutError: 713;
readonly RuntimeError: 800;

@@ -69,0 +70,0 @@ readonly PinInvalid: 801;

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

readonly BleLocationServicesDisabled: 712;
readonly BleTimeoutError: 713;
readonly RuntimeError: 800;

@@ -78,0 +79,0 @@ readonly PinInvalid: 801;

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

BleLocationServicesDisabled: 712,
BleTimeoutError: 713,
RuntimeError: 800,

@@ -201,2 +202,3 @@ PinInvalid: 801,

[HardwareErrorCode.BleLocationServicesDisabled]: 'Location Services disabled',
[HardwareErrorCode.BleTimeoutError]: 'The connection has timed out unexpectedly.',
[HardwareErrorCode.RuntimeError]: 'Runtime error',

@@ -203,0 +205,0 @@ [HardwareErrorCode.PinInvalid]: 'Pin invalid',

4

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

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

},
"gitHead": "0c3e0637734a8b23d0553cf3d6a81b1bcd038116"
"gitHead": "7d63bbcdd05b277e361b8f6ed52c9c59973c40fa"
}

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

BleLocationServicesDisabled: 712,
BleTimeoutError: 713,

@@ -392,2 +393,3 @@ /**

[HardwareErrorCode.BleLocationServicesDisabled]: 'Location Services disabled',
[HardwareErrorCode.BleTimeoutError]: 'The connection has timed out unexpectedly.',

@@ -394,0 +396,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