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 2.0.4 to 2.0.5

2

package.json
{
"name": "@marinade.finance/ledger-utils",
"version": "2.0.4",
"version": "2.0.5",
"description": "Utility functions for interacting with the Ledger from CLI",

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

@@ -67,3 +67,3 @@ "use strict";

async signAllTransactions(txs) {
const signedTxs = await Promise.all(txs.map(tx => this.signTransaction(tx)));
const signedTxs = await Promise.all(txs.map(async (tx) => await this.signTransaction(tx)));
return signedTxs;

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