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 12.0.0 to 12.0.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
**Note:** Version bump only for package @commitlint/cli
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)

@@ -8,0 +16,0 @@

2

lib/cli.js

@@ -224,3 +224,3 @@ "use strict";

function checkFromEdit(flags) {
return Boolean(flags.edit) || flags.env;
return Boolean(flags.edit) || Boolean(flags.env);
}

@@ -227,0 +227,0 @@ function checkFromHistory(flags) {

@@ -18,3 +18,3 @@ export interface CliFlags {

'print-config'?: boolean;
_: string[];
_: (string | number)[];
$0: string;

@@ -21,0 +21,0 @@ }

{
"name": "@commitlint/cli",
"version": "12.0.0",
"version": "12.0.1",
"description": "Lint your commit messages",

@@ -39,5 +39,5 @@ "files": [

"devDependencies": {
"@commitlint/test": "^12.0.0",
"@commitlint/utils": "^12.0.0",
"@types/yargs": "^15.0.5",
"@commitlint/test": "^12.0.1",
"@commitlint/utils": "^12.0.1",
"@types/yargs": "^16.0.0",
"execa": "^5.0.0",

@@ -47,7 +47,7 @@ "fs-extra": "^9.0.0"

"dependencies": {
"@commitlint/format": "^12.0.0",
"@commitlint/lint": "^12.0.0",
"@commitlint/load": "^12.0.0",
"@commitlint/read": "^12.0.0",
"@commitlint/types": "^12.0.0",
"@commitlint/format": "^12.0.1",
"@commitlint/lint": "^12.0.1",
"@commitlint/load": "^12.0.1",
"@commitlint/read": "^12.0.1",
"@commitlint/types": "^12.0.1",
"get-stdin": "8.0.0",

@@ -57,5 +57,5 @@ "lodash": "^4.17.19",

"resolve-global": "1.0.0",
"yargs": "^16.0.0"
"yargs": "^16.2.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
"gitHead": "610d2911bea066c87700155de3bf5bbecf266a8d"
}

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