Socket
Socket
Sign inDemoInstall

mina-ledger-js

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

24

dist/lib.js

@@ -97,12 +97,12 @@ "use strict";

// Uncomment for debug
console.log("senderBip44AccountHex", senderBip44AccountHex);
console.log("senderAddressHex", senderAddressHex);
console.log("receiverHex", receiverHex);
console.log("amountHex", amountHex);
console.log("feeHex", feeHex);
console.log("nonceHex", nonceHex);
console.log("validUntilHex", validUntilHex);
console.log("memoHex", memoHex);
console.log("tagHex", tagHex);
console.log("networkIdHex", networkIdHex);
// console.log("senderBip44AccountHex", senderBip44AccountHex);
// console.log("senderAddressHex", senderAddressHex);
// console.log("receiverHex", receiverHex);
// console.log("amountHex", amountHex);
// console.log("feeHex", feeHex);
// console.log("nonceHex", nonceHex);
// console.log("validUntilHex", validUntilHex);
// console.log("memoHex", memoHex);
// console.log("tagHex", tagHex);
// console.log("networkIdHex", networkIdHex);
var apduMessage = senderBip44AccountHex +

@@ -119,4 +119,4 @@ senderAddressHex +

// Uncomment for debug
console.log(apduMessage);
console.log('length: ', apduMessage.length);
// console.log(apduMessage);
// console.log('length: ', apduMessage.length);
return apduMessage;

@@ -123,0 +123,0 @@ };

{
"name": "mina-ledger-js",
"version": "1.0.5",
"version": "1.0.6",
"description": "JS API for Mina App (Ledger Nano S/X)",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc