Socket
Socket
Sign inDemoInstall

kube-workflow

Package Overview
Dependencies
126
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.18.4 to 1.18.5

2

common/package.json
{
"name": "kube-workflow-common",
"version": "1.18.4",
"version": "1.18.5",
"description": "",

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

{
"name": "kube-workflow",
"version": "1.18.4",
"version": "1.18.5",
"repository": "git@github.com:SocialGouv/kube-workflow.git",

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

@@ -1,2 +0,1 @@

const isVersionTag = require("~common/utils/is-version-tag")
const refEnv = require("~common/utils/ref-env")

@@ -26,4 +25,8 @@

}
if (env.KW_GIT_REF) {
return refEnv()
}
return refEnv(ref || env.KW_GIT_REF)
const GIT_REF = await getGitRef(cwd)
return refEnv(GIT_REF)
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc