Socket
Socket
Sign inDemoInstall

@marinade.finance/ledger-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marinade.finance/ledger-utils - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "@marinade.finance/ledger-utils",
"version": "3.0.0",
"version": "3.0.1",
"description": "Utility to interact with Solana Ledger from CLI",

@@ -5,0 +5,0 @@ "repository": {

@@ -66,4 +66,6 @@ "use strict";

}
(0, ts_common_1.logInfo)(this.logger, `Waiting for your approval on Ledger hardware wallet ${this.derivedPath} [[${this.publicKey.toBase58()}]]`);
const signature = await this.signMessage(message);
tx.addSignature(this.publicKey, signature);
(0, ts_common_1.logInfo)(this.logger, '✅ Approved');
return tx;

@@ -70,0 +72,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