New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@twexchangesolutions/hubot-jira-deployment

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twexchangesolutions/hubot-jira-deployment - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

2

lib/deployment-script-workflow.js

@@ -108,3 +108,3 @@ 'use strict';

options.res.send('Link: ' + options.environmentVariables.HUBOT_JIRA_PROTOCOL + '://' + (options.environmentVariables.HUBOT_JIRA_HOST + '/browse/') + ('' + options.regexGroups.deploymentTaskNumber));
options.res.send('Link: ' + (options.environmentVariables.HUBOT_JIRA_PROTOCOL || 'http') + '://' + (options.environmentVariables.HUBOT_JIRA_HOST + '/browse/') + ('' + options.regexGroups.deploymentTaskNumber));

@@ -111,0 +111,0 @@ return _context3.abrupt('return', {

{
"name": "@twexchangesolutions/hubot-jira-deployment",
"version": "0.6.3",
"version": "0.6.4",
"description": "Hook used to ensure that all issues being deployed to production meet audit requirements",

@@ -5,0 +5,0 @@ "main": "lib/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