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

@commitlint/prompt

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/prompt - npm Package Compare versions

Comparing version 17.3.0 to 17.4.0

2

lib/index.d.ts
import inquirer from 'inquirer';
declare type Commit = (input: string) => void;
type Commit = (input: string) => void;
/**

@@ -4,0 +4,0 @@ * Entry point for commitizen

import type { RuleConfigCondition, RuleConfigSeverity } from '@commitlint/types';
export declare type RuleEntry = [string, Readonly<[RuleConfigSeverity.Disabled]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition, unknown]>];
export declare type InputSetting = {
export type RuleEntry = [string, Readonly<[RuleConfigSeverity.Disabled]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition]>] | [string, Readonly<[RuleConfigSeverity, RuleConfigCondition, unknown]>];
export type InputSetting = {
description?: string;

@@ -13,4 +13,4 @@ enumerables?: Record<string, {

};
export declare type ResultPart = 'type' | 'scope' | 'subject' | 'body' | 'footer';
export declare type Result = Partial<Record<ResultPart, string | undefined>>;
export type ResultPart = 'type' | 'scope' | 'subject' | 'body' | 'footer';
export type Result = Partial<Record<ResultPart, string | undefined>>;
//# sourceMappingURL=types.d.ts.map
{
"name": "@commitlint/prompt",
"version": "17.3.0",
"version": "17.4.0",
"description": "commitizen prompt using commitlint.config.js",

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

"devDependencies": {
"@commitlint/config-angular": "^17.3.0",
"@commitlint/config-angular": "^17.4.0",
"@commitlint/types": "^14.0.0",
"@commitlint/utils": "^17.0.0",
"@commitlint/utils": "^17.4.0",
"@types/inquirer": "^6.5.0",

@@ -49,9 +49,9 @@ "commitizen": "^4.2.4",

"dependencies": {
"@commitlint/ensure": "^17.3.0",
"@commitlint/load": "^17.3.0",
"@commitlint/types": "^17.0.0",
"@commitlint/ensure": "^17.4.0",
"@commitlint/load": "^17.4.0",
"@commitlint/types": "^17.4.0",
"chalk": "^4.1.0",
"inquirer": "^6.5.2"
},
"gitHead": "618aee50a953ab06e736d985009f7182bd1a8ae1"
"gitHead": "7b0f7e805818944ab9fa42c52b6858211bbf2a66"
}

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