Socket
Socket
Sign inDemoInstall

@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 10.0.0 to 11.0.0

11

CHANGELOG.md

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

# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
### Bug Fixes
* update dependency @types/fs-extra to ^9.0.1 ([#2088](https://github.com/conventional-changelog/commitlint/issues/2088)) ([cb1028e](https://github.com/conventional-changelog/commitlint/commit/cb1028ef2700d86991c69a1e2ad391bc1bdc9d90))
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)

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

12

package.json
{
"name": "@commitlint/read",
"version": "10.0.0",
"version": "11.0.0",
"description": "Read commit messages from a specified range or last edit",

@@ -37,13 +37,13 @@ "main": "lib/read.js",

"devDependencies": {
"@commitlint/test": "^10.0.0",
"@commitlint/utils": "^10.0.0",
"@types/fs-extra": "^9.0.0",
"@commitlint/test": "^11.0.0",
"@commitlint/utils": "^11.0.0",
"@types/fs-extra": "^9.0.1",
"@types/git-raw-commits": "^2.0.0"
},
"dependencies": {
"@commitlint/top-level": "^10.0.0",
"@commitlint/top-level": "^11.0.0",
"fs-extra": "^9.0.0",
"git-raw-commits": "^2.0.0"
},
"gitHead": "3982e5a6bf0c28e4b1109e8516d7fdcfad411eac"
"gitHead": "922317463f7c90c0fb319e075de533dd63343863"
}
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