Socket
Socket
Sign inDemoInstall

git-raw-commits

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-raw-commits - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

7

CHANGELOG.md

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

### [2.0.9](https://www.github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@2.0.8...v2.0.9) (2020-12-29)
### Bug Fixes
* normalize git show signature option to false ([#671](https://www.github.com/conventional-changelog/conventional-changelog/issues/671)) ([a0b348c](https://www.github.com/conventional-changelog/conventional-changelog/commit/a0b348c7a74ba49bb07053ed1d25c2053a7c3b1a)), closes [conventional-changelog/commitlint#2118](https://www.github.com/conventional-changelog/commitlint/issues/2118)
## [2.0.8](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@2.0.7...git-raw-commits@2.0.8) (2020-11-05)

@@ -8,0 +15,0 @@

1

index.js

@@ -22,2 +22,3 @@ 'use strict'

gitOpts.from = gitOpts.from || ''
gitOpts.showSignature = gitOpts.showSignature || false
gitOpts.to = gitOpts.to || 'HEAD'

@@ -24,0 +25,0 @@ return gitOpts

7

package.json
{
"name": "git-raw-commits",
"version": "2.0.8",
"version": "2.0.9",
"description": "Get raw git commits out of your repository using git-log(1)",

@@ -39,3 +39,3 @@ "bugs": {

"meow": "^8.0.0",
"split2": "^2.0.0",
"split2": "^3.0.0",
"through2": "^4.0.0"

@@ -48,4 +48,3 @@ },

"git-raw-commits": "cli.js"
},
"gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca"
}
}
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