Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
react-github-corner
Advanced tools
Add a Github banner to your project page. A React version of: https://github.com/tholman/github-corners
Add a Github banner to your project page. A React version of:
Install the module with: npm install --save react-github-corner
import React, { Component } from 'react';
import GithubCorner from 'react-github-corner';
export default class MyApp extends Component {
render() {
return (
<div>
<header>Wow</header>
<div>Cool</div>
<footer>Neat</footer>
<GithubCorner href="https://github.com/username/repo" />
</div>
);
}
}
Here are the props you can pass to the GithubCorner
instance:
Property Name | Type | Default Value | Description |
---|---|---|---|
href | String | '/' | The link to your project page |
width | Number or String | 80 | The width of the banner |
height | Number or String | 80 | The height of the banner |
direction | String | 'right' | Whether the banner shows up on the right or left |
octoColor | String | '#fff' | The CSS color of the Octocat |
bannerColor | String | '#151513' | The CSS color of the banner |
Copyright (c) 2015 skratchdot
Licensed under the MIT license.
FAQs
Add a Github banner to your project page. A React version of: https://github.com/tholman/github-corners
The npm package react-github-corner receives a total of 1,479 weekly downloads. As such, react-github-corner popularity was classified as popular.
We found that react-github-corner 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.