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

henge-ruff-jenkins

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henge-ruff-jenkins - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

5

bld/index.js

@@ -75,3 +75,6 @@ "use strict";

let project = this.project;
let id = `${project.name}-${project.version}`;
// for project release, whose branch name is "release-${release_id}"
let withGitVersion = /release-/.test(this.branch);
let gitShortVersion = new dotgit_1.DotGit(project.dir).short;
let id = `${project.name}-${project.version}${withGitVersion ? `.${gitShortVersion}` : ''}`;
if (platform) {

@@ -78,0 +81,0 @@ id += `-${platform.name}`;

2

package.json
{
"name": "henge-ruff-jenkins",
"description": "Ruff Jenkins Plugin for Henge",
"version": "0.3.2",
"version": "0.3.3",
"main": "bld/index.js",

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

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