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.3 to 3.0.4

10

conventional-commits-parser/index.d.ts

@@ -27,3 +27,5 @@ // Type definitions for conventional-commits-parser 3.0

type Commit<Fields extends string | number | symbol = string | number | symbol> = CommitBase & { [Field in Exclude<Fields, keyof CommitBase>]?: Commit.Field };
type Commit<Fields extends string | number | symbol = string | number | symbol> =
& CommitBase
& { [Field in Exclude<Fields, keyof CommitBase>]?: Commit.Field };

@@ -298,9 +300,5 @@ namespace Commit {

export {
Commit,
Options,
sync,
};
export { Commit, Options, sync };
}
export = conventionalCommitsParser;

6

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

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

},
"typesPublisherContentHash": "dae51d77f59aedc04e195f49c67dc9d195a0787c74ebfa1a3b89dac2baae63bf",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "b7efb8f213d6dfce5632eb522b8742e96a2d2ae9f89fcde6fd7b1d4ce538f268",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Sun, 11 Dec 2022 21:03:17 GMT
* Last updated: Mon, 04 Sep 2023 15:41:11 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

@@ -22,3 +22,5 @@ /// <reference types="node" />

type Commit<Fields extends string | number | symbol = string | number | symbol> = CommitBase & { [Field in Exclude<Fields, keyof CommitBase>]?: Commit.Field };
type Commit<Fields extends string | number | symbol = string | number | symbol> =
& CommitBase
& { [Field in Exclude<Fields, keyof CommitBase>]?: Commit.Field };

@@ -293,9 +295,5 @@ namespace Commit {

export {
Commit,
Options,
sync,
};
export { Commit, Options, sync };
}
export = conventionalCommitsParser;
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