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.9 to 2.0.10

8

CHANGELOG.md

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

### [2.0.10](https://www.github.com/conventional-changelog/conventional-changelog/compare/v2.0.9...v2.0.10) (2021-01-27)
### Bug Fixes
* align lodash dependency across packages ([#737](https://www.github.com/conventional-changelog/conventional-changelog/issues/737)) ([d9feeb6](https://www.github.com/conventional-changelog/conventional-changelog/commit/d9feeb605de28c00ef55b5c8e229efd1289dd6e8))
* revert normalize git show signature option to false ([c4d9042](https://www.github.com/conventional-changelog/conventional-changelog/commit/c4d9042ae83aa2c823dca181dd72e5a8b3163c1e))
### [2.0.9](https://www.github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@2.0.8...v2.0.9) (2020-12-29)

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

3

index.js

@@ -7,3 +7,3 @@ 'use strict'

const stream = require('stream')
const template = require('lodash.template')
const template = require('lodash/template')
const through = require('through2')

@@ -23,3 +23,2 @@

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

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

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

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

"dargs": "^7.0.0",
"lodash.template": "^4.0.2",
"lodash": "^4.17.15",
"meow": "^8.0.0",

@@ -40,0 +40,0 @@ "split2": "^3.0.0",

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