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 5.0.1 to 5.1.1

.nyc_output/016f2d6d55b2f10628dca4fee13300b7.json

24

CHANGELOG.md

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

<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
**Note:** Version bump only for package @commitlint/cli
<a name="5.1.0"></a>
# [5.1.0](https://github.com/marionebl/commitlint/compare/v5.0.2...v5.1.0) (2017-11-24)
### Bug Fixes
* update dependency concurrently to v3.5.1 ([#147](https://github.com/marionebl/commitlint/issues/147)) ([a809d0f](https://github.com/marionebl/commitlint/commit/a809d0f))
### Features
* **travis-cli:** add reusable travis command line interface ([3e6e6a8](https://github.com/marionebl/commitlint/commit/3e6e6a8))
<a name="5.0.1"></a>

@@ -8,0 +32,0 @@ ## [5.0.1](https://github.com/marionebl/commitlint/compare/v5.0.0...v5.0.1) (2017-11-19)

56

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

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

"scripts": {
"build": "npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps",
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"clean": "npx rimraf lib",
"deps": "dep-check",
"lint": "npx xo",
"start": "npx concurrently \"npx ava -c 4 --verbose --watch\" \"npx yarn run watch\"",
"test": "npx ava -c 4 --verbose",
"watch": "npx -p babel-cli babel src --out-dir lib --watch --source-maps"
"lint": "xo",
"start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",
"test": "ava -c 4 --verbose",
"watch": "babel src --out-dir lib --watch --source-maps"
},

@@ -54,28 +54,28 @@ "ava": {

"devDependencies": {
"@commitlint/test": "^5.0.1",
"@commitlint/utils": "^5.0.1",
"ava": "^0.18.2",
"babel-cli": "^6.26.0",
"babel-preset-commitlint": "^5.0.1",
"babel-register": "^6.26.0",
"concurrently": "^3.5.0",
"cross-env": "^5.0.5",
"dependency-check": "^2.9.1",
"execa": "^0.7.0",
"mkdirp": "^0.5.1",
"resolve-bin": "^0.4.0",
"rimraf": "^2.6.2",
"sander": "^0.6.0",
"string-to-stream": "^1.1.0",
"@commitlint/test": "^5.1.1",
"@commitlint/utils": "^5.1.1",
"ava": "0.18.2",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^5.1.1",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
"dependency-check": "2.9.1",
"execa": "0.8.0",
"mkdirp": "0.5.1",
"resolve-bin": "0.4.0",
"rimraf": "2.6.2",
"sander": "0.6.0",
"string-to-stream": "1.1.0",
"tmp": "0.0.33",
"xo": "^0.18.2"
"xo": "0.18.2"
},
"dependencies": {
"@commitlint/core": "^5.0.1",
"babel-polyfill": "^6.23.0",
"chalk": "^2.0.1",
"get-stdin": "^5.0.1",
"lodash": "^4.17.4",
"meow": "^3.7.0"
"@commitlint/core": "^5.1.1",
"babel-polyfill": "6.26.0",
"chalk": "2.3.0",
"get-stdin": "5.0.1",
"lodash": "4.17.4",
"meow": "3.7.0"
}
}
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