Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 4.2.2 to 4.3.0

8

CHANGELOG.md

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

<a name="4.3.0"></a>
# [4.3.0](https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0) (2017-11-08)
**Note:** Version bump only for package @commitlint/cli
<a name="4.2.2"></a>

@@ -8,0 +16,0 @@ ## [4.2.2](https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2) (2017-10-26)

10

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

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

"scripts": {
"build": "npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps",
"build": "npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps",
"clean": "npx rimraf lib",

@@ -16,3 +16,3 @@ "prestart": "dep-check && npx yarn run build",

"test": "npx ava -c 4 --verbose",
"watch": "npx babel src --out-dir lib --watch --source-maps"
"watch": "npx -p babel-cli babel src --out-dir lib --watch --source-maps"
},

@@ -55,3 +55,3 @@ "ava": {

"devDependencies": {
"@commitlint/test": "^4.2.1",
"@commitlint/test": "^4.3.0",
"@commitlint/utils": "^4.2.1",

@@ -75,3 +75,3 @@ "ava": "^0.18.2",

"dependencies": {
"@commitlint/core": "^4.2.2",
"@commitlint/core": "^4.3.0",
"babel-polyfill": "^6.23.0",

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

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