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

commitplease

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitplease - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

lib/validate.js

@@ -62,3 +62,3 @@ var merge = require( "mout/object/merge" ),

// Ticket references
if ( /^(clos|fix|resolv)(e[sd]|ing)/i.test( line ) ) {
if ( index > 0 && /^(clos|fix|resolv)(e[sd]|ing)/i.test( line ) ) {
if ( !/^(Fixes|Closes)\s+[^\s\d]+(\s|$)/.test( line ) &&

@@ -65,0 +65,0 @@ !/^(Fixes|Closes) (.*#|gh-)[0-9]+/.test( line ) ) {

{
"name": "commitplease",
"version": "2.2.1",
"version": "2.2.2",
"description": "Validates strings as commit messages",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -114,2 +114,5 @@ var validate = require( "./lib/validate" ),

options: testComponent
},
{
msg: "fixedToolbar: Prevent resize"
}

@@ -116,0 +119,0 @@ ];

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