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

react-git-info

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-git-info - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "react-git-info",
"version": "2.0.0",
"version": "2.0.1",
"description": "Git commit information for your react app",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -10,3 +10,3 @@ const { createMacro } = require('babel-plugin-macros');

// The format is specified in https://git-scm.com/docs/git-log#_pretty_formats
let gitCommand = 'git log --format=%D%n%h%n%H%n%cI%n%B -n 1 HEAD';
let gitCommand = 'git log --format=%D%n%h%n%H%n%cI%n%B -n 1 HEAD --';
if (process.platform === 'win32') {

@@ -13,0 +13,0 @@ gitCommand = gitCommand.replace(/%/g, '^%'); // need to escape percents in batch

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