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.0.1 to 0.0.2

test/git-to-k8s.js

2

index.js

@@ -229,3 +229,3 @@ #! /usr/bin/env node

this.steps.forEach((_step, index) => {
step = typeof(step) === 'object' ? _step : _step()
const step = typeof(_step) === 'object' ? _step : _step()
logger.iinfo(`Step: ${1 + index} / ${this.steps.length} - ${step.name}`)

@@ -232,0 +232,0 @@ if (step.pre_hook) step.pre_hook()

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

@@ -5,0 +5,0 @@ "main": "index.js",

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