Socket
Socket
Sign inDemoInstall

@commitlint/cli

Package Overview
Dependencies
Maintainers
4
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/cli - npm Package Compare versions

Comparing version 17.0.3 to 17.1.0

5

lib/cli.js

@@ -75,2 +75,6 @@ "use strict";

},
'git-log-args': {
description: "addditional git log arguments as space separated string, example '--first-parent --cherry-pick'",
type: 'string',
},
format: {

@@ -167,2 +171,3 @@ alias: 'o',

cwd: flags.cwd,
gitLogArgs: flags['git-log-args'],
}));

@@ -169,0 +174,0 @@ const messages = (Array.isArray(input) ? input : [input])

1

lib/types.d.ts

@@ -11,2 +11,3 @@ export interface CliFlags {

from?: string;
'git-log-args'?: string;
format?: string;

@@ -13,0 +14,0 @@ 'parser-preset'?: string;

12

package.json
{
"name": "@commitlint/cli",
"version": "17.0.3",
"version": "17.1.0",
"description": "Lint your commit messages",

@@ -42,3 +42,3 @@ "files": [

"@commitlint/utils": "^17.0.0",
"@types/node": "12.20.55",
"@types/node": "^14.0.0",
"@types/yargs": "^17.0.0",

@@ -49,5 +49,5 @@ "fs-extra": "^10.0.0"

"@commitlint/format": "^17.0.0",
"@commitlint/lint": "^17.0.3",
"@commitlint/load": "^17.0.3",
"@commitlint/read": "^17.0.0",
"@commitlint/lint": "^17.1.0",
"@commitlint/load": "^17.1.0",
"@commitlint/read": "^17.1.0",
"@commitlint/types": "^17.0.0",

@@ -60,3 +60,3 @@ "execa": "^5.0.0",

},
"gitHead": "234e762ccfb4c89456dcfb050405a723ae762076"
"gitHead": "a2c25b93e34d37a950609fa4606849a55a1826b4"
}

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