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

jitsu-build-scripts

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jitsu-build-scripts - npm Package Compare versions

Comparing version 0.0.4-dev.627.20240201162218 to 0.0.4-dev.629.20240202113740

4

compiled/src/commands/docker.js

@@ -24,2 +24,6 @@ "use strict";

}));
const status = await git.status();
if (status.behind > 0) {
throw new Error(`You are ${status.behind} commits behind the remote. Please pull the changes first.`);
}
version = await adjustVersion(version, dockerTag, tagPrefix);

@@ -26,0 +30,0 @@ console.info(`💁🏻‍ Adjusted version for ${dockerTag} release: ` + colors_1.color.bold(colors_1.color.cyan(version)));

4

package.json
{
"name": "jitsu-build-scripts",
"version": "0.0.4-dev.627.20240201162218",
"version": "0.0.4-dev.629.20240202113740",
"description": "",

@@ -28,3 +28,3 @@ "author": "Jitsu Dev Team <dev@jitsu.com>",

"webpack": "^5.88.2",
"juava": "0.0.4-dev.627.20240201162218"
"juava": "0.0.4-dev.629.20240202113740"
},

@@ -31,0 +31,0 @@ "scripts": {

@@ -41,2 +41,8 @@ import * as path from "path";

//git check that all changes are pulled from remote
const status = await git.status();
if (status.behind > 0) {
throw new Error(`You are ${status.behind} commits behind the remote. Please pull the changes first.`);
}
version = await adjustVersion(version, dockerTag, tagPrefix);

@@ -43,0 +49,0 @@ console.info(`💁🏻‍ Adjusted version for ${dockerTag} release: ` + color.bold(color.cyan(version)));

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 too big to display

Sorry, the diff of this file is not supported yet

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