Socket
Socket
Sign inDemoInstall

@commitlint/cli

Package Overview
Dependencies
Maintainers
1
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 3.0.3 to 3.1.0

4

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

@@ -51,3 +51,3 @@ "bin": {

"dependencies": {
"@commitlint/core": "^3.0.3",
"@commitlint/core": "^3.1.0",
"babel-polyfill": "^6.23.0",

@@ -54,0 +54,0 @@ "chalk": "^2.0.1",

> Lint commit messages
<p align="center">
<img width="750" src="https://marionebl.github.io/commitlint/assets/commitlint.svg">
</p>
# @commitlint/cli

@@ -7,7 +11,7 @@

```shell
```
npm install --save-dev @commitlint/cli @commitlint/config-angular
echo "module.exports = {extends: ['@commitlint/config-angular']};" > .commitlint.config.js
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
```
Consult [docs/cli](http://marionebl.github.io/commitlint/#/reference-cli) for comprehensive documentation.
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