Socket
Socket
Sign inDemoInstall

@marinade.finance/cli-common

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.6 to 1.0.7

6

package.json
{
"name": "@marinade.finance/cli-common",
"version": "1.0.6",
"version": "1.0.7",
"description": "CLI tooling",

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

"@solana/web3.js": "^1.78.4",
"borsh": "^0.7.0",
"borsh": "^0.3.1",
"@types/expand-tilde": "^2.0.0",

@@ -35,3 +35,3 @@ "expand-tilde": "^2.0.2"

"@solana/web3.js": "^1.78.4",
"borsh": "^0.7.0",
"borsh": "^0.3.1",
"expand-tilde": "^2.0.2"

@@ -38,0 +38,0 @@ },

@@ -7,3 +7,3 @@ import { Connection, Transaction, VersionedTransactionResponse, SimulatedTransactionResponse, Keypair, Signer } from '@solana/web3.js';

transaction: Transaction;
signers: (Wallet | Keypair | Signer)[];
signers?: (Wallet | Keypair | Signer)[];
errMessage: string;

@@ -10,0 +10,0 @@ simulate?: boolean;

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

const txToBase64_1 = require("./txToBase64");
async function executeTx({ connection, transaction, signers, errMessage, simulate = false, printOnly = false, logger, }) {
async function executeTx({ connection, transaction, signers = [], errMessage, simulate = false, printOnly = false, logger, }) {
var _a, _b;

@@ -11,0 +11,0 @@ let result = undefined;

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