Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aggregithub

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aggregithub - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

cli.js

@@ -15,2 +15,5 @@ #!/usr/bin/env node

.alias('parallel', 'p')
.describe('verbose', 'print helpful status messages to stderr')
.boolean('verbose')
.alias('verbose', 'v')
.alias('h', 'help'),

@@ -39,3 +42,3 @@ options = yargs.argv,

var match;
if (match = auth.match(/^(\w+):(.+)$/)) {
if (match = auth && auth.match(/^(\w+):(.+)$/)) {
auth = {

@@ -42,0 +45,0 @@ username: match[1],

2

package.json
{
"name": "aggregithub",
"version": "0.2.2",
"version": "0.2.3",
"description": "aggregate github statistics",

@@ -5,0 +5,0 @@ "main": "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