Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
bootstrap-x-editable-rails
Advanced tools
X-editable is an in-place editing plugin with support for Twitter Bootstrap, jQuery UI or pure jQuery.
The bootstrap-x-editable-rails
gem integrates X-editable
with Rails asset pipeline. This gem only supports the Bootstrap part of X-editable.
Include bootstrap-x-editable-rails
in Gemfile
gem 'bootstrap-x-editable-rails'
Then run bundle install
Add to your app/assets/javascripts/application.js
//= require bootstrap-editable/bootstrap-editable
Add to your app/assets/stylesheets/application.css
*= require bootstrap-editable/bootstrap-editable
Add to your app/assets/javascripts/application.js
//= require bootstrap3-editable/bootstrap-editable
Add to your app/assets/stylesheets/application.css
*= require bootstrap3-editable/bootstrap-editable
There are two rake tasks designed to ease the maintenance of this gem.
The update
task pulls the latest X-editable code from github and places images, stylesheets and javascripts in the correct gem paths. It also changes background-image properties in the stylesheet to asset pipeline equivalents.
rake update
The build
task is a simple wrapper for gem build
rake build
FAQs
Unknown package
We found that bootstrap-x-editable-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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.