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.8 to 1.0.9

2

bin/index.js

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

isString(pkgAuthor)
? new RegExp(pkgAuthor, 'i').test(email)
? !new RegExp(pkgAuthor, 'i').test(email)
: !isSameEmail(pkgAuthor.email, email)

@@ -135,0 +135,0 @@ )

@@ -0,1 +1,8 @@

<a name="1.0.9"></a>
## 1.0.9 (2019-01-16)
* Fix no contributors reported ([62e8ea2](https://github.com/Kikobeats/git-authors-cli/commit/62e8ea2))
<a name="1.0.8"></a>

@@ -2,0 +9,0 @@ ## 1.0.8 (2018-11-27)

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

"homepage": "https://documentup.com/Kikobeats/git-authors-cli",
"version": "1.0.8",
"version": "1.0.9",
"bin": {

@@ -8,0 +8,0 @@ "git-authors-cli": "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