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

github-contributions-counter

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-contributions-counter - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

9

index.js

@@ -47,5 +47,4 @@ /**

method: 'get',
url: `https://github.com/${username}`,
url: `https://cors-anywhere.herokuapp.com/https://github.com/${username}`,
responseType: 'text',
headers: { 'Access-Control-Allow-Origin': '*' },
})

@@ -70,5 +69,4 @@ } catch (e) {

method: 'get',
url: `https://github.com/${DateSelectors[i].href}`,
url: `https://cors-anywhere.herokuapp.com/https://github.com/${DateSelectors[i].href}`,
responseType: 'text',
headers: { 'Access-Control-Allow-Origin': '*' },
})

@@ -121,5 +119,4 @@ } catch (e) {

method: 'get',
url: `https://github.com/users/${username}/contributions`,
url: `https://cors-anywhere.herokuapp.com/https://github.com/users/${username}/contributions`,
responseType: 'text',
headers: { 'Access-Control-Allow-Origin': '*' },
})

@@ -126,0 +123,0 @@ } catch (e) {

{
"name": "github-contributions-counter",
"version": "1.0.6",
"version": "1.0.7",
"description": "A simple Javascript API that will return the public github contributions history for a user based on a universal function",

@@ -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