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.
jquery-text-marquee
Advanced tools
A simple plugin for text marquee using jQuery and css with some minimal customization for now.
Bounce Mode | Loop Mode |
Include jQuery:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
Include plugin's code:
<script src="dist/jquery.text-marquee.min.js"></script>
Call the plugin:
$("#my-text-marquee").textMarquee(options);
You can customize the plugin by passing an object of properties. Here's a list of all properties and it's default values:
$("#my-text-marquee").textMarquee({
mode: 'bounce'
});
Sets the type of animation. Available modes are:
bounce
,loop
Default value: 'bounce'
Check CONTRIBUTING.md for more information.
MIT License © Stefano Marra
FAQs
A simple text marquee plugin for jQuery
The npm package jquery-text-marquee receives a total of 5 weekly downloads. As such, jquery-text-marquee popularity was classified as not popular.
We found that jquery-text-marquee 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.