Socket
Socket
Sign inDemoInstall

@types/conventional-commits-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/conventional-commits-parser - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

36

conventional-commits-parser/index.d.ts

@@ -64,4 +64,4 @@ // Type definitions for conventional-commits-parser 3.0

interface Revert {
hash?: Field;
header?: Field;
hash?: Field | undefined;
header?: Field | undefined;
[field: string]: Field | undefined;

@@ -120,5 +120,5 @@ }

type?: Commit.Field;
scope?: Commit.Field;
subject?: Commit.Field;
type?: Commit.Field | undefined;
scope?: Commit.Field | undefined;
subject?: Commit.Field | undefined;
}

@@ -152,3 +152,3 @@

*/
mergePattern?: Options.Pattern;
mergePattern?: Options.Pattern | undefined;

@@ -163,3 +163,3 @@ /**

*/
mergeCorrespondence?: Options.Correspondence;
mergeCorrespondence?: Options.Correspondence | undefined;

@@ -172,3 +172,3 @@ /**

*/
headerPattern?: Options.Pattern;
headerPattern?: Options.Pattern | undefined;

@@ -184,3 +184,3 @@ /**

*/
headerCorrespondence?: Options.Correspondence;
headerCorrespondence?: Options.Correspondence | undefined;

@@ -196,3 +196,3 @@ /**

*/
referenceActions?: Options.Actions;
referenceActions?: Options.Actions | undefined;

@@ -205,3 +205,3 @@ /**

*/
issuePrefixes?: Options.Prefixes;
issuePrefixes?: Options.Prefixes | undefined;

@@ -214,3 +214,3 @@ /**

*/
issuePrefixesCaseSensitive?: boolean;
issuePrefixesCaseSensitive?: boolean | undefined;

@@ -224,3 +224,3 @@ /**

*/
noteKeywords?: Options.Keywords;
noteKeywords?: Options.Keywords | undefined;

@@ -233,3 +233,3 @@ /**

*/
fieldPattern?: Options.Pattern;
fieldPattern?: Options.Pattern | undefined;

@@ -242,3 +242,3 @@ /**

*/
revertPattern?: Options.Pattern;
revertPattern?: Options.Pattern | undefined;

@@ -277,3 +277,3 @@ /**

*/
revertCorrespondence?: Options.Correspondence;
revertCorrespondence?: Options.Correspondence | undefined;

@@ -290,3 +290,3 @@ /**

*/
commentChar?: string | null;
commentChar?: string | null | undefined;

@@ -301,3 +301,3 @@ /**

*/
warn?: ((message?: any) => void) | boolean;
warn?: ((message?: any) => void) | boolean | undefined;
}

@@ -304,0 +304,0 @@

{
"name": "@types/conventional-commits-parser",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for conventional-commits-parser",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/conventional-commits-parser",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "e35071d185b5ad9a1fc3d11bc788a4b61dabb5877de4a4ea12023881ea25a268",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "0ac843686c4bc7846c4e9b11c9e948f9d9499e59eaf4cbb242732b1e79b25508",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 26 Oct 2020 21:14:54 GMT
* Last updated: Thu, 08 Jul 2021 09:08:12 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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