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.
motion-icon_generator
Advanced tools
Are you tired of spending hours creating all of the different icon versions you need for your app?
Well, dry your eyes little-one.
Icon Generator effortlessly generates all of the iOS icon versions you'll ever need.
Need splash images? We gots them here: https://github.com/KatanaCode/motion-splash_generator
You'll need to install imagemagick first:
brew install imagemagick
Then add this line to your application's Gemfile:
gem 'motion-icon_generator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install motion-icon_generator
and add it to your Rakefile
:
require 'motion/icon_generator'
Usage is super-easy:
rake icons:generate
. After a few glorious seconds you should see a new directory filled with icons called simply "icons/"You can also set the following environment variables to change the default behaviour:
rake icons:generate TEMPLATE="~/Desktop/my_template.png"
rake icons:generate TARGET="resources" # we do this, but it's naughty!
Icons are defined in icons.yaml. If you'd like to add your own custom icons on a per-app basis, create a file named config/icons.yaml
and stick some YAML in there.
If you see an icon type that we're missing, please create a pull request or an issue.
We would really appreciate if someone could contribute the default icon sizes for Android.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)This was based partly on https://github.com/spren9er/s9icongen by @spren9er
By Katana Code: web developers, mobile app developers, nice guys
FAQs
Unknown package
We found that motion-icon_generator 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
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.