Socket
Socket
Sign inDemoInstall

@commitlint/message

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/message - npm Package Compare versions

Comparing version 7.3.1 to 7.5.0

29

CHANGELOG.md

@@ -6,4 +6,15 @@ # Change Log

<a name="7.5.0"></a>
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
### Bug Fixes
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

@@ -16,3 +27,3 @@

<a name="7.3.0"></a>
# [7.3.0](https://github.com/marionebl/commitlint/compare/v7.2.1...v7.3.0) (2019-01-11)
# [7.3.0](https://github.com/conventional-changelog/commitlint/compare/v7.2.1...v7.3.0) (2019-01-11)

@@ -25,3 +36,3 @@

<a name="7.1.2"></a>
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
## [7.1.2](https://github.com/conventional-changelog/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)

@@ -34,3 +45,3 @@

<a name="6.1.1"></a>
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
## [6.1.1](https://github.com/conventional-changelog/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)

@@ -43,3 +54,3 @@

<a name="6.1.0"></a>
# [6.1.0](https://github.com/marionebl/commitlint/compare/v6.0.5...v6.1.0) (2018-02-03)
# [6.1.0](https://github.com/conventional-changelog/commitlint/compare/v6.0.5...v6.1.0) (2018-02-03)

@@ -52,3 +63,3 @@

<a name="6.0.4"></a>
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
## [6.0.4](https://github.com/conventional-changelog/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)

@@ -61,3 +72,3 @@

<a name="6.0.3"></a>
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
## [6.0.3](https://github.com/conventional-changelog/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)

@@ -70,3 +81,3 @@

<a name="6.0.2"></a>
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
## [6.0.2](https://github.com/conventional-changelog/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)

@@ -79,3 +90,3 @@

<a name="6.0.0"></a>
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
# [6.0.0](https://github.com/conventional-changelog/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)

@@ -82,0 +93,0 @@

{
"name": "@commitlint/message",
"version": "7.3.1",
"version": "7.5.0",
"description": "Lint your commit messages",

@@ -14,3 +14,2 @@ "main": "lib/index.js",

"pkg": "pkg-check",
"lint": "xo",
"start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",

@@ -39,3 +38,2 @@ "test": "ava -c 4 --verbose",

},
"xo": false,
"engines": {

@@ -46,8 +44,8 @@ "node": ">=4"

"type": "git",
"url": "https://github.com/marionebl/commitlint.git"
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"keywords": [

@@ -65,13 +63,12 @@ "conventional-changelog",

"devDependencies": {
"@commitlint/test": "^7.3.1",
"@commitlint/utils": "^7.3.1",
"@commitlint/test": "^7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.3.1",
"babel-preset-commitlint": "^7.5.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
"rimraf": "2.6.1",
"xo": "0.20.3"
"rimraf": "2.6.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