Socket
Socket
Sign inDemoInstall

@types/conventional-commits-parser

Package Overview
Dependencies
2
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.6 to 5.0.0

8

conventional-commits-parser/index.d.ts

@@ -276,2 +276,10 @@ /// <reference types="node" />

/**
* Breaking changes header pattern.
*
* @default
* undefined
*/
breakingHeaderPattern?: RegExp | undefined;
/**
* What warn function to use. For example, `console.warn.bind(console)` or

@@ -278,0 +286,0 @@ * `grunt.log.writeln`. By default, it's a noop. If it is `true`, it will error

6

conventional-commits-parser/package.json
{
"name": "@types/conventional-commits-parser",
"version": "3.0.6",
"version": "5.0.0",
"description": "TypeScript definitions for conventional-commits-parser",

@@ -32,4 +32,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/conventional-commits-parser",

},
"typesPublisherContentHash": "bd888f4fb95b76cd937ac1fe4bbfe2a42e1e86d72da08ac15278d19b335dacad",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "2d29bb38d70a3291948dc6c1da43bcf0254a1808dc3f957ba5ef27c66c30e0db",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Thu, 22 Feb 2024 23:35:22 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

@@ -276,2 +276,10 @@ /// <reference types="node" />

/**
* Breaking changes header pattern.
*
* @default
* undefined
*/
breakingHeaderPattern?: RegExp | undefined;
/**
* What warn function to use. For example, `console.warn.bind(console)` or

@@ -278,0 +286,0 @@ * `grunt.log.writeln`. By default, it's a noop. If it is `true`, it will error

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc