Socket
Socket
Sign inDemoInstall

@marinade.finance/web3js-common

Package Overview
Dependencies
0
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "@marinade.finance/web3js-common",
"version": "2.0.3",
"version": "2.0.4",
"description": "Web3 JS reusable utilities",

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

@@ -217,3 +217,4 @@ "use strict";

}
lastValidTransaction = checkingTransaction;
lastValidTransaction = await getTransaction(feePayerDefined, blockhash);
checkingTransaction.instructions.forEach(ix => lastValidTransaction.add(ix));
}

@@ -220,0 +221,0 @@ if (lastValidTransaction.instructions.length !== 0) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc