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.
Simple integration of jQuery tablesorter (Mottie's fork) into the asset pipeline.
Current tablesorter version: 2.31.3 (2020-03-03) documentation
Any issue associated with the js/css files, please report to Mottie's fork.
Add this line to your application's Gemfile:
gem 'jquery-tablesorter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jquery-tablesorter
It should work with Rails 3.2 and higher as well as with ruby 1.9.3 - 2.7.x. Each release is always tested with the latest version of both.
In your application.js
//= require jquery-tablesorter
This will require all core jquery-tablesorter files. Please note: This loads only the core-widgets and will neither include the extracted widgets nor any files from the addons and extras directories. Those files must be required manually as shown below.
Or you can include single file with:
//= require jquery-tablesorter/jquery.metadata
//= require jquery-tablesorter/jquery.tablesorter
//= require jquery-tablesorter/jquery.tablesorter.widgets
//= require jquery-tablesorter/addons/pager/jquery.tablesorter.pager
//= require jquery-tablesorter/widgets/widget-repeatheaders
//= require jquery-tablesorter/parsers/parser-metric
//= require jquery-tablesorter/extras/jquery.quicksearch
//= require jquery-tablesorter/beta-testing/pager-custom-controls
Please note that files in the beta-testing directory might move into the stable tablesorter or get renamed with upcoming tablesorter releases and thus could have to be required in an updated way after upgrading this gem.
In your application.css
/*
*= require jquery-tablesorter/<theme name>
*/
Avaliable theme names:
Pager theme:
/*
*= require jquery-tablesorter/addons/pager/jquery.tablesorter.pager
*/
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)tablesorter
submodulerake jquery_tablesorter:update
rake jquery_tablesorter:sanitize_image_paths
README.md
and CHANGELOG.md
FAQs
Unknown package
We found that jquery-tablesorter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.