Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@starship-ci/client

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starship-ci/client - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

client.js

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

"kubectl", "port-forward",
`pods/${chain.name}-genesis-0`,
`pods/${chain.id}-genesis-0`,
`${localPort}:${externalPort}`,

@@ -340,3 +340,3 @@ ">", "/dev/null",

]);
this.log(chalk_1.default.yellow(`Forwarded ${chain.name}: local ${localPort} -> target (host) ${externalPort}`));
this.log(chalk_1.default.yellow(`Forwarded ${chain.id}: local ${localPort} -> target (host) ${externalPort}`));
}

@@ -343,0 +343,0 @@ }

@@ -305,3 +305,3 @@ import chalk from 'chalk';

"kubectl", "port-forward",
`pods/${chain.name}-genesis-0`,
`pods/${chain.id}-genesis-0`,
`${localPort}:${externalPort}`,

@@ -311,3 +311,3 @@ ">", "/dev/null",

]);
this.log(chalk.yellow(`Forwarded ${chain.name}: local ${localPort} -> target (host) ${externalPort}`));
this.log(chalk.yellow(`Forwarded ${chain.id}: local ${localPort} -> target (host) ${externalPort}`));
}

@@ -314,0 +314,0 @@ }

{
"name": "@starship-ci/client",
"version": "2.0.0",
"version": "2.0.1",
"author": "Dan Lynch <pyramation@gmail.com>",

@@ -58,3 +58,3 @@ "description": "Starship CI Client",

},
"gitHead": "a1b710e040300eefd372624f58ee7cfd8a230917"
"gitHead": "32c6566cc8e84101bc83f46f36c79968f7642b4b"
}
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