Huge News!Announcing our $40M Series B led by Abstract Ventures.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.47 to 1.0.48

4

bin/index.js

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

const colors = require('picocolors')
const execa = require('execa')
const $ = require('tinyspawn')
const path = require('path')

@@ -93,3 +93,3 @@ const mri = require('mri')

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

@@ -96,0 +96,0 @@ shell: true,

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

"homepage": "https://github.com/Kikobeats/git-authors-cli",
"version": "1.0.47",
"version": "1.0.48",
"bin": {

@@ -26,2 +26,6 @@ "git-authors": "bin/index.js",

{
"name": "Gal Schlezinger",
"email": "gal@spitfire.co.il"
},
{
"name": "Jorge Marin",

@@ -56,6 +60,6 @@ "email": "jorge@bitnami.com"

"email-regex": "~4.0.0",
"execa": "~5.1.1",
"json-future": "~2.2.18",
"mri": "~1.2.0",
"picocolors": "~1.0.0"
"picocolors": "~1.0.0",
"tinyspawn": "~1.2.2"
},

@@ -62,0 +66,0 @@ "devDependencies": {

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