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.
A tiny, modern CSS reset with great defaults | Demo
You can install Resetti as a package:
yarn add resetti
Or use it from a CDN:
<link rel="stylesheet" href="https://unpkg.com/resetti/resetti.min.css" />
Resetti allows you to set some sane default values using CSS variables:
--root-font-size
: set the root font size of the document, changing the value of the rem
unitYou can set these values like this:
:root {
--root-font-size: 18px;
}
Note that Resetti doesn't make any assumptions about your project. If you don't set these values, they will remain undefined.
Resetti sets a few CSS variables on the :root
scope that may be useful in your project:
--system-fonts
: system font stackFAQs
Resetti is a tiny, modern CSS reset with great defaults
We found that resetti 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.