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.5.4 to 2.5.5

2

client.js

@@ -334,6 +334,4 @@ "use strict";

const podNames = this.getPodNames();
this.log(`pod names: ${podNames}`);
// Check the status of each pod retrieved
podNames.forEach(podName => {
console.log(`Checking status of pod: ${podName}`);
this.checkPodStatus(podName);

@@ -340,0 +338,0 @@ });

@@ -305,6 +305,4 @@ import chalk from 'chalk';

const podNames = this.getPodNames();
this.log(`pod names: ${podNames}`);
// Check the status of each pod retrieved
podNames.forEach(podName => {
console.log(`Checking status of pod: ${podName}`);
this.checkPodStatus(podName);

@@ -311,0 +309,0 @@ });

4

package.json
{
"name": "@starship-ci/client",
"version": "2.5.4",
"version": "2.5.5",
"author": "Dan Lynch <pyramation@gmail.com>",

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

},
"gitHead": "35e3cfd07673c28090b540e24180e21287ef842b"
"gitHead": "ac540a12ce5cf0014a0f978e8b4ccce047e058e3"
}
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