
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@uiw/github-corners
Advanced tools
Add a Github corner to your project page, This GitHub corners for web component.
Add a Github corner to your project page, This GitHub corners for @react component. Visit https://uiwjs.github.io/react-github-corners to preview the example effects.
Add @uiw/github-corners to your project:
npm i @uiw/github-corners
Or load the ES module directly through unpkg
unpkg.com CDN:
<script type="module" src="https://unpkg.com/@uiw/github-corners?module"></script>
Skypack CDN:
<script type="module" src="https://cdn.skypack.dev/@uiw/github-corners"></script>
JSPM CDN:
<script type="module" src="https://jspm.dev/@uiw/github-corners"></script>
Import into your module script:
import { GithubCorners } from "@uiw/github-corners";
Use it in your HTML:
<github-corners></github-corners>
Learn about web components here.
Using web components in React:
import React from 'react';
import '@uiw/github-corners';
function Demo() {
return (
<github-corners></github-corners>
);
}
As always, thanks to our amazing contributors!
Made with action-contributors.
Licensed under the MIT License.
FAQs
Add a Github corner to your project page, This GitHub corners for web component.
The npm package @uiw/github-corners receives a total of 3,695 weekly downloads. As such, @uiw/github-corners popularity was classified as popular.
We found that @uiw/github-corners demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain