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.0.15 to 0.0.16

2

lib/jira-issue-parsing.js

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

function parseDeploymentFieldString(stringToParse) {
var regexResult = stringToParse.match(/\s*\[\s*([^\|]*?)\s*\|\s*([^\|]*?)\s*\]\s+\[\s*([^\|]*?)\s*\|\s*([^\|]*?)\s*\]\s*/i);
var regexResult = stringToParse.match(/\s*\[\s*([^\|]+?)\s*\|\s*([^\|\s]+?)\s*\]\s+\[\s*([^\|]+?)\s*\|\s*([^\|\s]+?)\s*\]\s*/i);
if (regexResult) {

@@ -108,0 +108,0 @@ var _regexResult = _slicedToArray(regexResult, 5);

{
"name": "@twexchangesolutions/hubot-jira-deployment",
"version": "0.0.15",
"version": "0.0.16",
"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