
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.
A super simple react component for creating grids. Uses the fab four technique to eliminate the need for any media queries.
$ yarn add rfg
import React from 'react'
import Col from 'rfg'
const App = () => (
<div>
<Col size={4}>I'm in a 1/3 column.</Col>
<Col size={8}>I'm in a 2/3 column.</Col>
</div>
)
export default App
sizeA number between 1 and 12. Declares the size of the box (1 being 1/12 width and 12 being the full width).
breakpointAny number. Used to declare the point in which to break the row into columns.
MIT © Henry Kaufman
FAQs
Simple React grid
We found that rfg 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.