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

cpdeploy

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpdeploy - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

9

index.js

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

const readFileSync = require('fs').readFileSync
const config = JSON.parse(readFileSync('package.json')).config || {}
const pjson = JSON.parse(readFileSync('package.json'))
const config = pjson.config || {}
const tagName = pjson.version

@@ -38,3 +40,3 @@ function authConfig() {

function buildAndPushDockerImage(tagName) {
function buildAndPushDockerImage() {
const remoteTag = `${config.ecrRepoUrl}/${config.ecrRepoName}:${tagName}`

@@ -62,5 +64,4 @@ const localTag = `${config.ecrRepoName}:${tagName}`

checkDeps()
const tagName = /refs\/tags\/([^ ]*) /.exec(commitLine)[1]
buildAndPushDockerImage(tagName)
buildAndPushDockerImage()
}
})
{
"name": "cpdeploy",
"version": "1.1.5",
"version": "1.1.6",
"description": "",

@@ -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