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.
@ne1410s/popup
Advanced tools
<ne14-pop>
<p>Hello world</p>
</ne14-pop>
<script src="PATH_TO_UMD_SCRIPT"></script>
<ne14-pop move resize>YO' STUFF<ne14-pop></ne14-pop></ne14-pop>
background-color
border-radius
box-shadow
const pop = document.querySelector('ne14-pop');
pop.addEventListener('open', () => {
console.log('Just opened!');
});
false
false
.Some degree of custom styling can be provided, by way of css variables:
ne14-pop {
--background: rgba(0, 0, 0, 0.5);
--border-radius: 5px;
--box-shadow: 5px 5px 20px black;
}
--background
Background behind the popup. Defaults to: rgba(0, 0, 0, .85)
--border-radius
Border radius for the popup.--box-shadow
Box shadow for the popup (when stationary).FAQs
A lightweight configurable popup.
We found that @ne1410s/popup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.