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.
translucent
Advanced tools
Demo : https://byeolbit.github.io/translucent
####Tested browsers
Firefox 35.0 | Chrome 53.0 | Safari 6 | Edge 38.0 | Opera 40.0 |
---|---|---|---|---|
<script src="jquery.ui.translucent.min.js"></script>
※ Don't forget to insert jQuery and jQuery-UI in your page.
<div class="your-background">
<div class="your-card">
<div class="tl-card-bg-container">
<div class="tl-card-bg"></div>
</div>
<div class="tl-card">
<div class="tl-card-contents">
<!-- your card contents here -->
</div>
<div>
</div>
</div>
$('.your-card').translucent('.your-background');
or you can customize options.
$('.your-card').translucent('.your-background',{
filterValue : 5, // int
cardColor : 'clear', // preset color or your own color
draggable : true, // true or false
shadow : true // true or false
});
FAQs
Translucent plastic card theme.
The npm package translucent receives a total of 4 weekly downloads. As such, translucent popularity was classified as not popular.
We found that translucent 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.