
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-corner-ribbon
Advanced tools
$ npm install react-corner-ribbon --save
import React from "react";
import CornerRibbon from "react-corner-ribbon";
class MyComponent extends React.Component {
render() {
return (
<div style={{ position: "relative" }}>
<CornerRibbon
position="top-right" // OPTIONAL, default as "top-right"
fontColor="#f0f0f0" // OPTIONAL, default as "#f0f0f0"
backgroundColor="#2c7" // OPTIONAL, default as "#2c7"
containerStyle={{}} // OPTIONAL, style of the ribbon
style={{}} // OPTIONAL, style of ribbon content
className="" // OPTIONAL, css class of ribbon
>
AUTHORIZED
</CornerRibbon>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
);
}
}

className, style, containerStyle.FAQs
React Corner Ribbon Component
The npm package react-corner-ribbon receives a total of 410 weekly downloads. As such, react-corner-ribbon popularity was classified as not popular.
We found that react-corner-ribbon 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.