
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.
react-github-activity-feed
Advanced tools
Turn-key Github activity feed React component. Great for portfolio sites of sporadic open-source developers.
Turn-key Github activity feed React component. Great for portfolio sites of sporadic open-source developers.

Storybook Demo & Docs available here
Most of the credit goes to @caseyscarborough for his work on github-activity-feed
yarn add react-github-activity-feed
# or
npm i --save react-github-activity-feed
import { GithubActivityFeed } from "react-github-activity-feed";
import "react-github-activity-feed/light.css"
// or "react-github-activity-feed/dark.css"
const MyGithubActivity = () => (
<GithubActivityFeed
user="callumjhays"
repo="react-github-activity-feed"
limit={20}
/>
);
Requires react >= v16.8 for functional components & hooks. If you need older version support please post a quick github issue and I'll get around to it.
Like react-github-activity, I was inspired by github-activity-feed but wanted a simpler way to include it in a react app.
I also wanted to publish my first npm react component package and try out Rollup and hosting storybook demos on github.io.
Unlike react-github-activity, rather than starting from scratch (maybe because he wanted support for private events), I just "react-ified" the original library. I also wanted to try avoiding littering the global JS namespace, so I manually copied and edited the source-code.
FAQs
Turn-key Github activity feed React component. Great for portfolio sites of sporadic open-source developers.
We found that react-github-activity-feed 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.