New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-repo-contribution-graph

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-repo-contribution-graph - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
const { execSync } = require("child_process")

@@ -2,0 +4,0 @@ const fs = require("fs")

3

package.json
{
"name": "git-repo-contribution-graph",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the contribution graph of a github repository. Run npx git-repo-contribution-graph from your git repository.",

@@ -15,4 +15,5 @@ "keywords": [

"main": "index.js",
"bin": "index.js",
"license": "MIT",
"private": false
}

@@ -28,7 +28,7 @@ # Git Repo Contribution Graph

```
Bill: 299 (2.05%) | ##
Sam: 3282 (22.54%) | ##################
George: 2071 (14.22%) | ############
Elon: 8898 (61.11%) | ##################################################
Jeff: 1 (0.01%) |
George: 299 (2.05%) | ##
Sam: 3282 (22.54%) | ##################
Mark: 2071 (14.22%) | ############
Elon: 8898 (61.11%) | ##################################################
Tim: 1 (0.01%) |
```
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