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 2.0.18 to 2.0.19

6

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

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

"@solana/web3.js": "^1.78.5",
"@marinade.finance/web3js-common": "^2.0.18",
"@marinade.finance/web3js-common": "^2.0.19",
"@types/expand-tilde": "^2.0.0",

@@ -38,3 +38,3 @@ "bn.js": "^5.2.1",

"@solana/web3.js": "^1.78.5",
"@marinade.finance/web3js-common": "^2.0.18",
"@marinade.finance/web3js-common": "^2.0.19",
"bn.js": "^5.2.1",

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

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

: url === 'l' || url === 'localnet' || url === 'localhost'
? 'http://localhost:8899'
? 'http://127.0.0.1:8899'
: url;

@@ -71,0 +71,0 @@ try {

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