
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.
jquery-ripple
Advanced tools
A jQuery Plugin for a ripple effect inspired by Google Material Design.
jQuery-ripple can be installed through Bower.
$ bower install jquery.ripple --save
Or through npm
$ npm install jquery-ripple --save
Include the required jquery.ripple.css in the head section of your document.
<link rel="stylesheet" href="bower_components/jquery-ripple/jquery.ripple.css">
Include the latest version of jQuery and jQuery-ripple in your document.
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="bower_components/jquery-ripple/jquery.ripple.js"></script>
Create an element with the [data-ripple] data attribute defined.
<button data-ripple>Button</button>
Call the plugin on the element.
$('[data-ripple]').ripple();
Optionally, you can pass a different CSS color to use for the ripple ink:
$('[data-ripple]').ripple({ color: '#EF5734' });
jQuery-ripple introduces three events that you can hook into for additional functionality:
| Event Name | Description |
|---|---|
| 'beforeripple' | Fired on touchstart/mousedown before ripple-active class is added to the DOM |
| 'afterripple' | Fired on touchend/mouseup/mouseleave before ripple-active class is removed from the DOM |
FAQs
jQuery Plugin for a ripple effect inspired by Google Material Design
The npm package jquery-ripple receives a total of 5 weekly downloads. As such, jquery-ripple popularity was classified as not popular.
We found that jquery-ripple 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.