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.
= iconoclast
The Iconoclast gem provides an easy way to install iconsets (currently the Famfamfam 'silk' and 'flags' iconsets are included).
= Installation
The iconoclast gem is hosted on gemcutter.org, so you will first need to configure your gem system to pull from gemcutter: $ gem install gemcutter $ gem tumble
Once you have configured gemcutter: $ gem install iconoclast
= Usage
Install iconsets into your rails app's public directory:
$ cd /path/to/railsapp $ iconify
Running iconify without any arguments installs the famfamfam silk iconset by default. You can specify additional iconsets as well: $ iconify --set=flags
Once your icons are installed, activate the helper methods by adding the following line to your application_controller.rb: helper Iconoclast::IconHelper
Then use the icons in your views: <%= icon 'name' %> <%= icon 'name', 'alt text' %> <%= icon 'name', 'alt text', { :border => 1 } %>
== Copyright
Copyright (c) 2009 Eric Dennis. See LICENSE for details.
This package also contains iconsets from Famfamfam: http://www.famfamfam.com/lab/icons/
The Famfamfam iconsets are provided under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
FAQs
Unknown package
We found that iconoclast 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.