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

@01/kube-tools

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@01/kube-tools - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

11

dist/index.js

@@ -35,3 +35,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

/******/ // eslint-disable-next-line no-unused-vars
/******/ var hotCurrentHash = "d0990af95b7e0ec677fa";
/******/ var hotCurrentHash = "c1d795cae664c235d4f2";
/******/ var hotRequestTimeout = 10000;

@@ -1062,4 +1062,4 @@ /******/ var hotCurrentModuleData = {};

function kube_build_printConfig(_a) {
var app = _a.app, tag = _a.tag, _b = _a.values, env = _b.env, image = _b.image;
console.log(" \u2699\uFE0F Build Configuration\n\n \uD83D\uDCE6 Service name : " + app.name + "\n \uD83C\uDF0D Environment : " + env + "\n \uD83D\uDCBF Image tag : " + tag + "\n \uD83D\uDCBF Image repository : " + image.repository + "\n ");
var app = _a.app, _b = _a.values, env = _b.env, image = _b.image;
console.log(" \u2699\uFE0F Build Configuration\n\n \uD83D\uDCE6 Service name : " + app.name + "\n \uD83C\uDF0D Environment : " + env + "\n \uD83D\uDCBF Image tag : " + app["image.tag"] + "\n \uD83D\uDCBF Image repository : " + image.repository + "\n ");
}

@@ -1071,3 +1071,3 @@ var kube_build_logError = function (prop, msg) {

return external_tslib_["__awaiter"](this, void 0, void 0, function () {
var config, tag, dockerOptions, options, e_1;
var config, image, tag, dockerOptions, options, e_1;
return external_tslib_["__generator"](this, function (_a) {

@@ -1085,5 +1085,6 @@ switch (_a.label) {

}
image = config.values.image;
tag = config.app["image.tag"];
dockerOptions = {
tag: tag
tag: image.repository + ":" + tag
};

@@ -1090,0 +1091,0 @@ options = external_tslib_["__assign"]({}, _options, dockerOptions);

{
"name": "@01/kube-tools",
"version": "1.0.13",
"version": "1.0.14",
"author": "Nidin Vinayakan <01@01alchemist.com>",

@@ -5,0 +5,0 @@ "repository": "git@github.com:01alchemist/kube-tools.git",

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