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 7.5.0 to 7.6.0

11

CHANGELOG.md

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

# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
### Bug Fixes
* use sander.readFile correctly ([#448](https://github.com/conventional-changelog/commitlint/issues/448)) ([#630](https://github.com/conventional-changelog/commitlint/issues/630)) ([8e47985](https://github.com/conventional-changelog/commitlint/commit/8e47985))
<a name="7.5.0"></a>

@@ -8,0 +19,0 @@ # [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)

2

lib/index.js

@@ -114,3 +114,3 @@ 'use strict';

} else {
return Promise.resolve(sander.readFile(dotgitPath, 'utf8')).then(function ($await_6) {
return Promise.resolve(sander.readFile(dotgitPath, { encoding: 'utf-8' })).then(function ($await_6) {
try {

@@ -117,0 +117,0 @@ gitFile = $await_6;

{
"name": "@commitlint/read",
"version": "7.5.0",
"version": "7.6.0",
"description": "Read commit messages from a specified range or last edit",

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

"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"clean": "npx rimraf lib",
"deps": "dep-check",

@@ -61,15 +60,14 @@ "pkg": "pkg-check --skip-import",

"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/utils": "^7.5.0",
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.5.0",
"babel-preset-commitlint": "^7.6.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
"execa": "0.9.0",
"rimraf": "2.6.1"
"execa": "0.9.0"
},
"dependencies": {
"@commitlint/top-level": "^7.5.0",
"@commitlint/top-level": "^7.6.0",
"@marionebl/sander": "^0.6.0",

@@ -76,0 +74,0 @@ "babel-runtime": "^6.23.0",

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