
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
github-contributions-react
Advanced tools
> This is a react component, used for displaying a Github users contribution count with a number of customizations available.
This is a react component, used for displaying a Github users contribution count with a number of customizations available.
Here you can see this in action in a little demo project I've built
https://github-contributions-demo.vercel.appinside a React project
npm i github-contributions-react
within a React component/page
import { GithubContributions } from "github-contributions-react";
within a React component/page
see all available props below
<GithubContributions username="alanmontgomery" color="#3069ba" />
These are props you can pass to the component to customize
username - The github username whose stats you want to show.color - A hex color, used to style the graph, all light/dark colors are worked out automatically. defaults to #3069bashowTitle - Show a title with a link to the username defaults to trueshowTooltips - Shows tooltips with day counts when hovering over a square defaults to trueshowTotal - Shows a count of the total contributions in the last year above the graph defaults to trueshowToday - Shows a count of todays contributions above the graph defaults to falseFeel free to contact me via Twitter @93alan.
FAQs
> This is a react component, used for displaying a Github users contribution count with a number of customizations available.
We found that github-contributions-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.