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 8.3.4 to 9.0.0

8

CHANGELOG.md

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

# [9.0.0](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v9.0.0) (2020-05-21)
**Note:** Version bump only for package @commitlint/message
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)

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

7

lib/index.js
"use strict";
exports.__esModule = true;
exports["default"] = message;
function message(input) {
if (input === void 0) { input = []; }
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = message;
function message(input = []) {
return input.filter(Boolean).join(' ');
}
//# sourceMappingURL=index.js.map
{
"name": "@commitlint/message",
"version": "8.3.4",
"version": "9.0.0",
"description": "Lint your commit messages",

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

"engines": {
"node": ">=4"
"node": ">=8"
},

@@ -38,7 +38,6 @@ "repository": {

"devDependencies": {
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.4",
"typescript": "3.6.4"
"@commitlint/test": "^9.0.0",
"@commitlint/utils": "^9.0.0"
},
"gitHead": "3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b"
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}

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