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

@starship-ci/client

Package Overview
Dependencies
Maintainers
1
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 1.2.4 to 1.3.0

1

client.d.ts

@@ -15,2 +15,3 @@ import { StarshipConfig } from './config';

}
export declare const defaultStarshipContext: Partial<StarshipContext>;
export interface PodPorts {

@@ -17,0 +18,0 @@ registry?: Ports;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.StarshipClient = void 0;
exports.StarshipClient = exports.defaultStarshipContext = void 0;
const chalk_1 = __importDefault(require("chalk"));

@@ -42,2 +42,9 @@ const deepmerge_1 = __importDefault(require("deepmerge"));

;
exports.defaultStarshipContext = {
helmName: 'starship',
helmRepo: 'starship',
helmRepoUrl: 'https://cosmology-tech.github.io/starship/',
helmChart: 'devnet',
helmVersion: 'v0.1.38'
};
// TODO talk to Anmol about moving these into yaml, if not already possible?

@@ -70,3 +77,3 @@ const defaultPorts = {

constructor(ctx) {
this.ctx = ctx;
this.ctx = (0, deepmerge_1.default)(exports.defaultStarshipContext, ctx);
// TODO add semver check against net

@@ -73,0 +80,0 @@ this.version = (0, package_1.readAndParsePackageJson)().version;

@@ -12,2 +12,9 @@ import chalk from 'chalk';

;
export const defaultStarshipContext = {
helmName: 'starship',
helmRepo: 'starship',
helmRepoUrl: 'https://cosmology-tech.github.io/starship/',
helmChart: 'devnet',
helmVersion: 'v0.1.38'
};
// TODO talk to Anmol about moving these into yaml, if not already possible?

@@ -40,3 +47,3 @@ const defaultPorts = {

constructor(ctx) {
this.ctx = ctx;
this.ctx = deepmerge(defaultStarshipContext, ctx);
// TODO add semver check against net

@@ -43,0 +50,0 @@ this.version = readAndParsePackageJson().version;

4

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

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

},
"gitHead": "67bf9d318c7bbfc86a152d28a18eda23106f119e"
"gitHead": "dc067ba994c65e6b65e6a5da963135dd6d1d196e"
}
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