
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
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.
raster-react-native
Advanced tools
Retro pixel perfect icons with a charming aesthetic for your needs.
Retro pixel perfect icons with a charming aesthetic for your needs.
Each icon can be imported as a React component, which renders an inline SVG element. This way, only the icons that are imported into your project are included in the final bundle. The rest of the icons are tree-shaken away.
Additional props can be passed to adjust the icon:
import { HeartIcon } from 'raster-react-native';
const MyComponent = () => {
return (
<HeartIcon
fill='#f54'
size={83}
radius={4}
strokeWidth={1}
stroke='#ffffff'
{...props} // svg props (x, y, strokeDasharray ...)
/>
);
};
export default MyComponent;
| name | type | default |
|---|---|---|
size | number | 24 |
fill | string | currentColor |
strokeWidth | number | 2 |
radius | number | 1 |
FAQs
Retro pixel perfect icons with a charming aesthetic for your needs.
We found that raster-react-native 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
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.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.