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

git-raw-commits

Package Overview
Dependencies
Maintainers
1
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 0.0.3 to 0.0.4

2

index.js

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

'git log --format=%H%n%s%n%b%n==END== ' +
'<%= from ? [from, to].join("..") : to %>'
'<%= from ? [from, to].join("..") : to %> '
)(options) + args.join(' ');

@@ -48,0 +48,0 @@

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/stevemao/git-latest-tag",

@@ -47,2 +47,3 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverall-image]][coverall-url]

Please check the available options at http://git-scm.com/docs/git-log.
**NOTE:** Single dash arguments are not supported because of https://github.com/sindresorhus/dargs/blob/master/index.js#L5.

@@ -49,0 +50,0 @@ *NOTE*: for `<revision range>` we can also use `<from>..<to>` pattern, and this module has the following extra options for shortcut of this patter:

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