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.21 to 1.0.22

4

bin/index.js
#!/usr/bin/env node
'use strict'
const emailRegex = require('email-regex')()
const emailRegex = require('email-regex')
const existsFile = require('exists-file')

@@ -136,3 +136,3 @@ const jsonFuture = require('json-future')

)
.filter(({ email }) => emailRegex.test(email))
.filter(({ email }) => emailRegex().test(email))
.sort((c1, c2) => c2.commits - c1.commits)

@@ -139,0 +139,0 @@

@@ -5,2 +5,9 @@ # Changelog

### [1.0.22](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.21...v1.0.22) (2020-02-20)
### Bug Fixes
* create a new email validator every time ([1b610c8](https://github.com/Kikobeats/git-authors-cli/commit/1b610c8b0ea17725f53560f6c2fdab9b6517ce48))
### [1.0.21](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.20...v1.0.21) (2020-02-17)

@@ -7,0 +14,0 @@

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

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

@@ -17,3 +17,5 @@ "git-authors": "bin/index.js",

"contributors": [
"Jorge Marin <jorge@bitnami.com>"
"Jorge Marin <jorge@bitnami.com>",
"Manuel Rueda <manuel.rueda.un@gmail.com>",
"achingbrain <alex@achingbrain.net>"
],

@@ -20,0 +22,0 @@ "repository": {

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