New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-to-k8s

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-to-k8s - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

6

index.js

@@ -143,3 +143,3 @@ 'use strict'

if (parser.get('help')) {
logger.info('Usage: git-to-k8s [--dry] [-b branch] [--purge] repo_url')
logger.info('Usage: git-to-k8s repo_url [--dry] [-b branch] [--purge]')
logger.exit_success()

@@ -254,6 +254,6 @@ }

cmds: [
`rm -rf ${pkg.tmp_dir}`
`rm -rf ${path.join(pkg.tmp_dir, this.repo_name)}`
],
dry_cmds: [
`rm -rf ${pkg.tmp_dir}`
`rm -rf ${path.join(pkg.tmp_dir, this.repo_name)}`
]

@@ -260,0 +260,0 @@ }))

{
"name": "git-to-k8s",
"version": "0.2.5",
"version": "0.2.6",
"description": "Small tool to automate the git to url flow on k8s",

@@ -58,8 +58,10 @@ "main": "index.js",

],
"charts": [{
"values": "values.yaml",
"release": "test-git-to-k8s",
"path": "sample/charts/test"
}]
"charts": [
{
"values": "values.yaml",
"release": "test-git-to-k8s",
"path": "sample/charts/test"
}
]
}
}

@@ -61,3 +61,3 @@ # git-to-k8s

$ git-to-k8s --help
Usage: git-to-k8s [--dry] [-b branch] [--purge] repo_url
Usage: git-to-k8s repo_url [--dry] [-b branch] [--purge]

@@ -64,0 +64,0 @@ $ git-to-k8s https://github.com/devfans/git-to-k8s

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