Socket
Socket
Sign inDemoInstall

@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 18.0.0 to 18.1.0

2

lib/scope-case.js

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

// This means that each of these segments should be tested separately with `ensure`.
const delimiters = /\/|\\|,/g;
const delimiters = /\/|\\|, ?/g;
const scopeSegments = scope.split(delimiters);

@@ -29,0 +29,0 @@ const result = checks.some((check) => {

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

// This means that each of these segments should be tested separately with `ensure`.
const delimiters = /\/|\\|,/g;
const delimiters = /\/|\\|, ?/g;
const scopeSegments = parsed.scope.split(delimiters);

@@ -41,0 +41,0 @@ const negated = when === 'never';

{
"name": "@commitlint/rules",
"version": "18.0.0",
"version": "18.1.0",
"description": "Lint your commit messages",

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

"devDependencies": {
"@commitlint/parse": "^18.0.0",
"@commitlint/parse": "^18.1.0",
"@commitlint/test": "^18.0.0",
"@commitlint/utils": "^18.0.0",
"@commitlint/utils": "^18.1.0",
"conventional-changelog-angular": "6.0.0",

@@ -46,9 +46,9 @@ "glob": "^8.0.3"

"dependencies": {
"@commitlint/ensure": "^18.0.0",
"@commitlint/message": "^18.0.0",
"@commitlint/to-lines": "^18.0.0",
"@commitlint/types": "^18.0.0",
"@commitlint/ensure": "^18.1.0",
"@commitlint/message": "^18.1.0",
"@commitlint/to-lines": "^18.1.0",
"@commitlint/types": "^18.1.0",
"execa": "^5.0.0"
},
"gitHead": "3cb66472996a12caa969f941dccd84d07355fb83"
"gitHead": "ab46d5340928b2e32ccbec995c9fbdac47eff87c"
}

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