
Research
/Security News
Malicious Chrome Extension Performs Hidden Affiliate Hijacking
A Chrome extension claiming to hide Amazon ads was found secretly hijacking affiliate links, replacing creators’ tags with its own without user consent.
@react-bulk/core
Advanced tools
React Bulk
Complete uniform UI for ReactJS and React Native.
yarn add @react-bulk/core @react-bulk/web
yarn add @react-bulk/core @react-bulk/native
import ReactBulk from '@react-bulk/core';
import { Box, Card, Text } from '@react-bulk/web'; // OR @react-bulk/native
export default function App() {
const theme = {
mode: 'dark',
typography: {
fontSize: 16
},
colors: {
primary: {
main: '#673ab7',
light: '#9a67ea',
dark: '#320b86',
},
secondary: {
main: '#009688',
light: '#52c7b8',
dark: '#00675b',
},
},
};
return (
<ReactBulk theme={theme}>
<Box m={3}>
<Card>
<Text color="primary">Hello World!</Text>
</Card>
</Box>
</ReactBulk>
);
}
FAQs
React Bulk Core for Web and Native
The npm package @react-bulk/core receives a total of 273 weekly downloads. As such, @react-bulk/core popularity was classified as not popular.
We found that @react-bulk/core demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A Chrome extension claiming to hide Amazon ads was found secretly hijacking affiliate links, replacing creators’ tags with its own without user consent.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.