git-authors-cli
Advanced tools
Comparing version 1.0.47 to 1.0.48
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11883
+ Addedtinyspawn@~1.2.2
+ Addedtinyspawn@1.2.14(transitive)
- Removedexeca@~5.1.1
- Removedcross-spawn@7.0.6(transitive)
- Removedexeca@5.1.1(transitive)
- Removedget-stream@6.0.1(transitive)
- Removedhuman-signals@2.1.0(transitive)
- Removedis-stream@2.0.1(transitive)
- Removedisexe@2.0.0(transitive)
- Removedmerge-stream@2.0.0(transitive)
- Removedmimic-fn@2.1.0(transitive)
- Removednpm-run-path@4.0.1(transitive)
- Removedonetime@5.1.2(transitive)
- Removedpath-key@3.1.1(transitive)
- Removedshebang-command@2.0.0(transitive)
- Removedshebang-regex@3.0.0(transitive)
- Removedstrip-final-newline@2.0.0(transitive)
- Removedwhich@2.0.2(transitive)