Socket
Socket
Sign inDemoInstall

github-info

Package Overview
Dependencies
19
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

9

index.js

@@ -45,5 +45,6 @@ #!/usr/bin/env node

console.log('===================');
console.log('★ ' + repo.stargazers_count + ' 👀 ' + repo.watchers_count + ' 🍴 ' + repo.forks);
console.log(repo.full_name);
console.log('Open issues: ' + repo.open_issues_count);
console.log('★ ' + repo.stargazers_count);
console.log('👀 ' + repo.watchers_count);
console.log('🍴 ' + repo.forks);
console.log(repo.open_issues_count + ' open issues');
console.log('Is a '+(repo.private ? 'private' : 'public')+ ' repository');

@@ -57,3 +58,3 @@

type = 'Top ' + count + ' ' + type.toLowerCase();
type = (arr.length > count ? 'Top ' : '') + Math.min(count, arr.length) + ' ' + type.toLowerCase();
console.log(type);

@@ -60,0 +61,0 @@ console.log(Array(type.length+1).join('='));

{
"name": "github-info",
"version": "1.1.0",
"version": "1.2.0",
"description": "List information about a github repository",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc