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

@commitlint/rules

Package Overview
Dependencies
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/rules - npm Package Compare versions

Comparing version 17.6.5 to 17.6.7

2

lib/subject-full-stop.js

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

const subjectFullStop = (parsed, when = 'always', value = '.') => {
let colonIndex = parsed.header.indexOf(':');
const colonIndex = parsed.header.indexOf(':');
if (colonIndex > 0 && colonIndex === parsed.header.length - 1) {

@@ -12,0 +12,0 @@ return [true];

{
"name": "@commitlint/rules",
"version": "17.6.5",
"version": "17.6.7",
"description": "Lint your commit messages",

@@ -38,3 +38,3 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/parse": "^17.6.5",
"@commitlint/parse": "^17.6.7",
"@commitlint/test": "^17.4.2",

@@ -46,3 +46,3 @@ "@commitlint/utils": "^17.4.0",

"dependencies": {
"@commitlint/ensure": "^17.4.4",
"@commitlint/ensure": "^17.6.7",
"@commitlint/message": "^17.4.2",

@@ -53,3 +53,3 @@ "@commitlint/to-lines": "^17.4.0",

},
"gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0"
"gitHead": "a90ffe98bc4abe16a353f836927d2f8867797080"
}

Sorry, the diff of this file is not supported yet

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