Socket
Socket
Sign inDemoInstall

@marinade.finance/web3js-common

Package Overview
Dependencies
5
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.19 to 2.0.20

6

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

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

"@solana/web3.js": "^1.78.5",
"@marinade.finance/ts-common": "2.0.19",
"@marinade.finance/ts-common": "2.0.20",
"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.19",
"@marinade.finance/ts-common": "2.0.20",
"bn.js": "^5.2.1",

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

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

if (res.value.err) {
throw new Error(`Failure confirming transaction ${txSig}, confirm result: ${res}`);
throw new Error(`Failure confirming transaction ${txSig}, confirm result: ${JSON.stringify(res)}`);
}

@@ -58,0 +58,0 @@ let txSearchConnection = connection;

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