Socket
Socket
Sign inDemoInstall

@commitlint/format

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/format - npm Package Compare versions

Comparing version 7.6.0 to 7.6.1

11

CHANGELOG.md

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

## [7.6.1](https://github.com/conventional-changelog/commitlint/compare/v7.6.0...v7.6.1) (2019-05-09)
### Bug Fixes
* ensure format() is available as commonjs default export [#645](https://github.com/conventional-changelog/commitlint/issues/645) ([ec3da92](https://github.com/conventional-changelog/commitlint/commit/ec3da92))
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)

@@ -8,0 +19,0 @@

11

lib/index.js
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = format;
exports.formatResult = formatResult;
var _chalk = require('chalk');

@@ -18,2 +12,7 @@

module.exports = format;
module.exports.default = format;
module.exports.format = format;
module.exports.formatResult = formatResult;
function format(report = {}, options = {}) {

@@ -20,0 +19,0 @@ var _report$results = report.results;

{
"name": "@commitlint/format",
"version": "7.6.0",
"version": "7.6.1",
"description": "Format commitlint reports",

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

"chalk": "^2.0.1"
}
},
"gitHead": "dc5619dea62b7b8ac72dc7758d70b684e010557b"
}

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