
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
spinels-will_paginate-bootstrap
Advanced tools

This gem integrates the Twitter Bootstrap pagination component with the will_paginate pagination gem.
As with will_paginate itself, Rails and Sinatra are supported.
gem install spinels-will_paginate-bootstrap, orgem 'spinels-will_paginate-bootstrap' to your Gemfile (and then run bundle install).renderer: BootstrapPagination::Rails option with the will_paginate helper, for example:<%= will_paginate @collection, renderer: BootstrapPagination::Rails %>
require "will_paginate-bootstrap" in your Sinatra app.renderer: BootstrapPagination::Sinatra option with the will_paginate helper, for example:<%= will_paginate @collection, renderer: BootstrapPagination::Sinatra %>
For Bootstrap 3, the markup required has changed slightly from version 2. You can pass the bootstrap option with a value >= 3 when calling will_paginate to generate Bootstrap 3 compatible markup. For example:
<%= will_paginate @collection, renderer: BootstrapPagination::Rails, bootstrap: 3 %>
By default version 2 compatible markup will be generated.
| Ruby | >= 1.9.2 |
|---|---|
| will_paginate | >= 3.0.3 |
| Bootstrap | >= 2.0.0 |
FAQs
Unknown package
We found that spinels-will_paginate-bootstrap 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.