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

jira-precommit-hook

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jira-precommit-hook - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

6

lib/precommit-entry.js

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

function getIssueReference(msgToParse, prjKey) {
var pattern = RegExp(prjKey + '-\\d+', 'g');
var pattern = RegExp(prjKey + '-\\d+', 'gi');
var commentPattern = RegExp('^#.*$', 'gm');

@@ -205,3 +205,5 @@

return _lodash2.default.uniq(references);
return _lodash2.default.uniq(references).map(function (x) {
return x.toUpperCase();
});
} /* eslint no-process-exit:0 */
{
"name": "jira-precommit-hook",
"version": "2.1.2",
"version": "2.1.3",
"description": "Git commit hook to verify commit messages are tagged with a JIRA issue number",

@@ -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