
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
numericon-shared-components
Advanced tools
A small UI component library built with React and Material-UI.
Install the library using npm:
npm install numericon-shared-components
Or with yarn:
yarn add numericon-shared-components
Make sure you have the required peer dependencies installed:
npm install react@^18 react-dom@^18 @mui/material @emotion/react @emotion/styled
Import and use components in your project:
import { Button } from "numericon-shared-components";
export default function App() {
return <Button variant="contained">Click Me</Button>;
}
🔄 Updating the Library
To check for updates, run:
npm outdated numericon-shared-components
To update:
npm update numericon-shared-components
📜 License
This project is licensed under the ISC License.
Made with ❤️ by MaximQu.
FAQs
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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.