
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
This plugin makes select boxes look nice. It also provides a search bar to sift through the collection.
# Add to Gemfile
gem 'chosen_rails'
# app/assets/javascripts/application.js
//= require jquery
//= require chosen
# app/assets/stylesheets/application.css
/*
*= require_self
*= require chosen
*/
<select title="Choose a country..." id='form_field' style="width:350px;" multiple class="chzn-select">
<script>$("#form_field").chosen()</script>
Demos and examples available here http://harvesthq.github.com/chosen/
The jQuery was written and made available by the following folks.
Chosen jQuery Plugin is hosted on Github at https://github.com/harvesthq/chosen
Built by Harvest http://www.getharvest.com/ Concept and development by Patrick Filler http://www.patrickfiller.com/ Design and CSS by Matthew Lettini http://matthewlettini.com/
FAQs
Unknown package
We found that chosen_rails 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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.