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

@onekeyfe/hd-transport

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-transport - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

dist/constants.d.ts

@@ -5,2 +5,3 @@ export declare const MESSAGE_TOP_CHAR = 63;

export declare const BUFFER_SIZE = 63;
export declare const COMMON_HEADER_SIZE = 6;
//# sourceMappingURL=constants.d.ts.map

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

const BUFFER_SIZE = 63;
const COMMON_HEADER_SIZE = 6;

@@ -743,2 +744,3 @@ const readHeader = (buffer) => {

exports.BUFFER_SIZE = BUFFER_SIZE;
exports.COMMON_HEADER_SIZE = COMMON_HEADER_SIZE;
exports.HEADER_SIZE = HEADER_SIZE;

@@ -745,0 +747,0 @@ exports.MESSAGE_HEADER_BYTE = MESSAGE_HEADER_BYTE;

4

package.json
{
"name": "@onekeyfe/hd-transport",
"version": "0.0.6",
"version": "0.0.7",
"description": "> TODO: description",

@@ -27,3 +27,3 @@ "author": "OneKey",

},
"gitHead": "b37ddf4e02812f40a01ec38ffef2ff6cdcad4bbc"
"gitHead": "7be7677368fcb50f411891f009367424ea77df33"
}

@@ -5,1 +5,5 @@ export const MESSAGE_TOP_CHAR = 0x003f;

export const BUFFER_SIZE = 63;
/**
* exclude ?##
*/
export const COMMON_HEADER_SIZE = 6;

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