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

kontinuous

Package Overview
Dependencies
Maintainers
1
Versions
995
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kontinuous - npm Package Compare versions

Comparing version 1.23.5 to 1.23.6

2

common/package.json
{
"name": "~common",
"version": "1.23.5",
"version": "1.23.6",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

{
"name": "kontinuous",
"version": "1.23.5",
"version": "1.23.6",
"repository": "https://github.com/SocialGouv/kci.git",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -48,3 +48,3 @@ const fs = require("fs-extra")

logger.debug("Values: \n"+yaml.dump(values))
logger.debug("Build base manifest using helm")

@@ -54,4 +54,5 @@ let manifests = await asyncShell(

helm template
-f values.yaml
--post-renderer ${kontinuousPath}/bin/post-renderer
--values=values.yaml
--release-name
--post-renderer=${kontinuousPath}/bin/post-renderer
${config.helmArgs}

@@ -58,0 +59,0 @@ .

@@ -31,6 +31,11 @@ // const fs = require("fs-extra")

}
const depKey = Object.keys(annotations)
let depKey = Object.keys(annotations)
.find(key => key.startsWith(`${changeGroupPrefix}.`))
.split(".").pop()
if(!depKey){
continue
}
depKey = depKey.split(".").pop()
for (const [key, value] of Object.entries(annotations)) {

@@ -37,0 +42,0 @@ if (

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