
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.
@native-icons/ionicons
Advanced tools
Vector icons in react-native without the fuss and multi-step installation. Easy to use, completely customizable when you want.
Choose the icon set(s) you want and install with npm:
$ npm install @native-icons/feather
$ npm install @native-icons/ionicons
⚠️ react-native-svg verions have very specific peer dependencies. If you're using create-react-native-app you have nothing to worry about. If you've ejected or arn't using expo, check your peer dependencies.
Import the icon you want and use it like normal.
import React from 'react';
import { View, Text } from 'react-native';
import { Github } from '@native-icons/ionicons';
const Main = () => (
<View>
<Github/>
<Text>Github is awesome<Text/>
</View>
);
All Icons accept a size and color prop for basic stylings. All other props are passed into the svg. Check out react-native-svg's listings of props for examples and ideas.
Every icon set is different, and you might need to look at the source a bit, but you can customize all of the svg properties by passing them as props. You can do things like create outline icons by reversing fill and stroke
import React from 'react';
import { View, Text } from 'react-native';
import { Anchor } from '@native-icons/feather';
import { Home } from '@native-icons/ionicons';
const Main = () => (
<View>
<Anchor strokeWidth={4}/>
<Text>Anchors away!<Text/>
<Home fill='none' strokeWidth={2} />
<Text>Home Outline</Text>
</View>
);
FAQs
React native SVG Ionicons
We found that @native-icons/ionicons 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.

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.