Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
react-native-icon
Advanced tools
Automatic icon resizing for React Native. Inspired by cordova-icon.
This simple tool allows you to create a single icon in your react-native project, then create icons of all required sizes from it. It currently works for iOS and Android.
This project is inspired by Alex Disler's superb cordova-icon project.
Install with:
npm install react-native-icon
You will need imagemagick installed:
brew install imagemagick # OSX
sudo apt-get install imagemagick # Debian/Ubuntu/etc
sudo yum install imagemagick # CentOS/etc
Add an icon named icon.png
to your project root. Then run:
./node_modules/.bin/react-native-icon
The image should be at least 192x192 pixels and square.
MIT
FAQs
Automatic icon resizing for React Native. Inspired by cordova-icon.
The npm package react-native-icon receives a total of 5 weekly downloads. As such, react-native-icon popularity was classified as not popular.
We found that react-native-icon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.