Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/read

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/read - npm Package Compare versions

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/read
## [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/read",
"version": "12.1.1",
"version": "12.1.2",
"description": "Read commit messages from a specified range or last edit",

@@ -45,7 +45,7 @@ "main": "lib/read.js",

"@commitlint/top-level": "^12.1.1",
"@commitlint/types": "^12.1.1",
"@commitlint/types": "^12.1.2",
"fs-extra": "^9.0.0",
"git-raw-commits": "^2.0.0"
},
"gitHead": "32daec2277f3db2855996db57264bed36ed5db21"
"gitHead": "9c6c793f63bb9c812a27721f9f13dc68e6c482f8"
}

@@ -14,3 +14,3 @@ > Read commit messages from a specified range or last edit

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

@@ -17,0 +17,0 @@ // Read last edited commit message

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