New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-authors-cli

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-authors-cli - npm Package Compare versions

Comparing version 1.0.43 to 1.0.44

7

bin/index.js

@@ -65,2 +65,7 @@ #!/usr/bin/env node

const processError = error => {
console.log(colors.red(error.message || error))
process.exit(1)
}
const gitLogExtractor = /^\s*(\d*)\s*((.*)<(.*)>)$/gim

@@ -92,3 +97,3 @@ const extractContributors = stdout => {

const pkgPath = path.join(cwd, 'package.json')
const cmd = `git shortlog -sne HEAD`
const cmd = 'git shortlog -sne HEAD'
const { stdout, stderr } = await execa.command(cmd, {

@@ -95,0 +100,0 @@ cwd,

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/git-authors-cli",
"version": "1.0.43",
"version": "1.0.44",
"bin": {

@@ -8,0 +8,0 @@ "git-authors": "bin/index.js",

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