New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.3.6

4

bld/index.js

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

else {
if (branch === 'master' || branch.startsWith('hotfix')) {
if (branch.startsWith('master') || branch.startsWith('hotfix')) {
return name;

@@ -84,3 +84,3 @@ }

let build = process.env['BUILD_NUMBER'];
if (build && this.branch !== 'master') {
if (build && !this.branch.startsWith('master')) {
id += `-SNAPSHOT-${build}`;

@@ -87,0 +87,0 @@ }

{
"name": "henge-ruff-jenkins",
"description": "Ruff Jenkins Plugin for Henge",
"version": "0.3.5",
"version": "0.3.6",
"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