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.
All the pre rolled themes for jQuery UI packaged into a gem.
In your Gemfile, add:
gem 'jquery-ui-themes'
and run bundle install
.
In your stylesheet manifest include the following
*= require jquery-ui/<theme name>
where theme name can be one of the following:
If you want to take advantage of the Google CDN a helper is included that takes the theme name and optional version (latest used if version is not specified)
Example:
stylesheet_link_tag jqueryui_css_google_cdn('mint-choc', '1.7.2')
Includes a rake task which updates the themeroller created file with image-path and moves the new file and images into the asset folder (stylesheets/jquery-ui and images/jquery-ui respectively).
Example:
rake jquery_ui_themes:import:themeroller[jquery-ui-1.8.16.custom/css/hot-sneaks/jquery-ui-1.8.16.custom.css,hot-sneaks]
Also includes a rake task to import the files for a specific version and theme from Google CDN
Example
rake jquery_ui_themes:import:google_cdn[1.8.17,ui-lightness]
Optionally you can pass 'all' instead of a specific theme and all the current themeroller themes for that version will be imported into the assets folder.
The current versions of the themes are for 1.10.3 of jQuery UI. Since the jquery-rails gem is no longer including jQuery UI the plan is to sync with the version in use by the jquery-ui-rails gem, but should it be required the included rake tasks make supporting older or custom themes trivial.
Requires Rails 3.1 and higher, or anything that uses the asset pipeline.
FAQs
Unknown package
We found that jquery-ui-themes 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.