Socket
Socket
Sign inDemoInstall

@marinade.finance/web3js-common

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marinade.finance/web3js-common - npm Package Compare versions

Comparing version 2.0.20 to 2.0.21

6

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

@@ -25,3 +25,3 @@ "repository": {

"@solana/web3.js": "^1.78.5",
"@marinade.finance/ts-common": "2.0.20",
"@marinade.finance/ts-common": "2.0.21",
"bn.js": "^5.2.1",

@@ -33,3 +33,3 @@ "borsh": "^0.7.0",

"@solana/web3.js": "^1.78.5",
"@marinade.finance/ts-common": "2.0.20",
"@marinade.finance/ts-common": "2.0.21",
"bn.js": "^5.2.1",

@@ -36,0 +36,0 @@ "borsh": "^0.7.0",

@@ -174,2 +174,7 @@ "use strict";

}
const uniqueSigners = new Map();
for (const signer of signers) {
uniqueSigners.set(signer.publicKey.toBase58(), signer);
}
signers = Array.from(uniqueSigners.values());
const feePayerDefined = feePayer;

@@ -176,0 +181,0 @@ const feePayerSigner = signers.find(s => s.publicKey.equals(feePayerDefined));

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