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.4.4 to 18.6.0

lib/header-trim.d.ts

1

lib/index.d.ts

@@ -18,2 +18,3 @@ declare const _default: {

'header-min-length': import("@commitlint/types").SyncRule<number>;
'header-trim': import("@commitlint/types").SyncRule;
'references-empty': import("@commitlint/types").SyncRule;

@@ -20,0 +21,0 @@ 'scope-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;

@@ -17,2 +17,3 @@ "use strict";

const header_full_stop_1 = require("./header-full-stop");
const header_trim_1 = require("./header-trim");
const header_max_length_1 = require("./header-max-length");

@@ -56,2 +57,3 @@ const header_min_length_1 = require("./header-min-length");

'header-min-length': header_min_length_1.headerMinLength,
'header-trim': header_trim_1.headerTrim,
'references-empty': references_empty_1.referencesEmpty,

@@ -58,0 +60,0 @@ 'scope-case': scope_case_1.scopeCase,

10

package.json
{
"name": "@commitlint/rules",
"version": "18.4.4",
"version": "18.6.0",
"description": "Lint your commit messages",

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

"devDependencies": {
"@commitlint/parse": "^18.4.4",
"@commitlint/parse": "^18.6.0",
"@commitlint/test": "^18.0.0",

@@ -46,9 +46,9 @@ "@commitlint/utils": "^18.4.4",

"dependencies": {
"@commitlint/ensure": "^18.4.4",
"@commitlint/ensure": "^18.6.0",
"@commitlint/message": "^18.4.4",
"@commitlint/to-lines": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"execa": "^5.0.0"
},
"gitHead": "ad2637f3cf23c5579e600950594e4d8d47d79864"
"gitHead": "daa8b1baa8732b3f1f937d2453608d47b4952bff"
}

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