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

kit-image-deployer

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kit-image-deployer - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

2

package.json
{
"name": "kit-image-deployer",
"version": "3.1.3",
"version": "3.1.4",
"description": "A service that can be used to update given yaml files within a git repository with a new docker image path.",

@@ -5,0 +5,0 @@ "repository": {

@@ -56,3 +56,3 @@ "use strict";

var config = yaml.safeLoad(rawConfig);
imageFilePath = path.join(config.images.path, self.options.docker.repo, branch + ".yaml");
imageFilePath = path.join(config.images.path.replace(/^\//, ""), self.options.docker.repo, branch + ".yaml");
property = config.images.property;

@@ -59,0 +59,0 @@

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