Socket
Socket
Sign inDemoInstall

@commitlint/config-conventional

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/config-conventional - npm Package Compare versions

Comparing version 18.6.1 to 18.6.2

3

lib/index.d.ts
import { RuleConfigCondition, RuleConfigSeverity, TargetCaseType } from '@commitlint/types';
export declare const config: {
declare const _default: {
parserPreset: string;

@@ -110,2 +110,3 @@ rules: {

};
export = _default;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = void 0;
const types_1 = require("@commitlint/types");
exports.config = {
module.exports = {
parserPreset: 'conventional-changelog-conventionalcommits',

@@ -7,0 +5,0 @@ rules: {

{
"name": "@commitlint/config-conventional",
"version": "18.6.1",
"version": "18.6.2",
"description": "Shareable commitlint config enforcing conventional commits",
"main": "lib/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./wrapper.mjs",
"require": "./lib/index.js"
}
},
"files": [

@@ -44,3 +51,3 @@ "lib/"

},
"gitHead": "89f5bf91d1c11b1f457a6f0d99b8ea34583a9311"
"gitHead": "93fa15ee545ba2b0e3b6b83ed947bd143662a74c"
}

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