Socket
Socket
Sign inDemoInstall

@commitlint/format

Package Overview
Dependencies
7
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.1.1 to 12.1.2

8

CHANGELOG.md

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

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
**Note:** Version bump only for package @commitlint/format
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

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

6

package.json
{
"name": "@commitlint/format",
"version": "12.1.1",
"version": "12.1.2",
"description": "Format commitlint reports",

@@ -40,6 +40,6 @@ "main": "lib/index.js",

"dependencies": {
"@commitlint/types": "^12.1.1",
"@commitlint/types": "^12.1.2",
"chalk": "^4.0.0"
},
"gitHead": "32daec2277f3db2855996db57264bed36ed5db21"
"gitHead": "9c6c793f63bb9c812a27721f9f13dc68e6c482f8"
}

@@ -14,3 +14,3 @@ > Format commitlint reports

```js
const format = require('@commitlint/format');
const format = require('@commitlint/format').default;

@@ -17,0 +17,0 @@ const output = format(

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc