
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.
@nimahkh/react-masonry
Advanced tools
simple react Masonry component
npm i @nimahkh/react-masonry
import React, {Fragment, useState} from 'react';
import ReactDOM from 'react-dom';
import Masonry from '@nimahkh/react-masonry/lib';
const App = (props) => {
const objects = [{
"id": "0",
"author": "Alejandro Escamilla",
"width": 5616,
"height": 3744,
"url": "https://unsplash.com/photos/yC-Yzbqy7PY",
"download_url": "https://picsum.photos/id/0/5616/3744"
}, {
"id": "1",
"author": "Alejandro Escamilla",
"width": 5616,
"height": 3744,
"url": "https://unsplash.com/photos/LNRyGwIJr5c",
"download_url": "https://picsum.photos/id/1/5616/3744"
}, {
"id": "10",
"author": "Paul Jarvis",
"width": 2500,
"height": 1667,
"url": "https://unsplash.com/photos/6J--NXulQCs",
"download_url": "https://picsum.photos/id/10/2500/1667"
}, {
"id": "100",
"author": "Tina Rataj",
"width": 2500,
"height": 1656,
"url": "https://unsplash.com/photos/pwaaqfoMibI",
"download_url": "https://picsum.photos/id/100/2500/1656"
}, {
"id": "1000",
"author": "Lukas Budimaier",
"width": 5626,
"height": 3635,
"url": "https://unsplash.com/photos/6cY-FvMlmkQ",
"download_url": "https://picsum.photos/id/1000/5626/3635"
}, {
"id": "1001",
"author": "Danielle MacInnes",
"width": 5616,
"height": 3744,
"url": "https://unsplash.com/photos/1DkWWN1dr-s",
"download_url": "https://picsum.photos/id/1001/5616/3744"
}, ]
return (
<Fragment>
<Masonry
items={objects}
imagekey={"download_url"}
/>
</Fragment>
)
};
ReactDOM.render(<App/>, document.getElementById('root'));
FAQs
React masonry component
We found that @nimahkh/react-masonry 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.