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

@commitlint/types

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/types - npm Package Compare versions

Comparing version 13.1.0 to 13.2.0

13

CHANGELOG.md

@@ -6,2 +6,15 @@ # Change Log

# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
### Bug Fixes
* **types:** prompt messages key ([4825a52](https://github.com/conventional-changelog/commitlint/commit/4825a521e2c74d63a11920b48094fddc79001b3c))
* **types:** prompt messages props optional ([0bd0592](https://github.com/conventional-changelog/commitlint/commit/0bd0592148ab4266fd76816b19d352e2cf947f8c))
* **types:** user config prompt ([6d7a1c4](https://github.com/conventional-changelog/commitlint/commit/6d7a1c40e2f8a8ff22595e0e17f71f3702b0699c))
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)

@@ -8,0 +21,0 @@

6

lib/load.d.ts

@@ -1,2 +0,2 @@

import { PromptConfig, UserPromptConfig } from './prompt';
import { UserPromptConfig } from './prompt';
import { AsyncRule, Rule, RuleConfigQuality, RulesConfig, SyncRule } from './rules';

@@ -22,3 +22,3 @@ export declare type PluginRecords = Record<string, Plugin>;

helpUrl?: string;
prompt?: PromptConfig;
prompt?: UserPromptConfig;
}

@@ -33,3 +33,3 @@ export interface UserPreset {

plugins: PluginRecords;
prompt?: PromptConfig;
prompt?: UserPromptConfig;
}

@@ -36,0 +36,0 @@ export declare type QualifiedRules = Partial<RulesConfig<RuleConfigQuality.Qualified>>;

{
"name": "@commitlint/types",
"version": "13.1.0",
"version": "13.2.0",
"description": "Shared types for commitlint packages",

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

"devDependencies": {
"@commitlint/utils": "^13.0.0"
"@commitlint/utils": "^13.2.0"
},
"gitHead": "dfbb8c5e9481a5075458acad2e4666fd6b98f9a7"
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
}

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