
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@randy.tarampi/android-icon-resize
Advanced tools
Create all required icons from one icon. Right size, right file name.
Create all required icons from one icon. Right size, right file name.
The default icon file names and required sizes for android are retrieved from the android-icons module.
The files created have the default names as you might want to use them, for example, in config.xml
of a PhoneGap/Cordova project.
$ npm install --save @randy.tarampi/android-icon-resize
var resize = require('@randy.tarampi/android-icon-resize');
resize('path/to/icon-large.png', 'output/icons/').then(function() {
// icons have been created
});
$ npm install --global @randy.tarampi/android-icon-resize
$ android-icon-resize --help
Create all required icons from one icon. Right size, right file name.
Example
$ android-icon-resize -i path/to/icon.png -o path/to/output/
MIT © David Pfahler
FAQs
Create all required icons from one icon. Right size, right file name.
The npm package @randy.tarampi/android-icon-resize receives a total of 5 weekly downloads. As such, @randy.tarampi/android-icon-resize popularity was classified as not popular.
We found that @randy.tarampi/android-icon-resize 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.