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.
ezpz js inline styles :ok_hand:
very early wip do not use this
all modules come with a default value scale, rem is the preferred unit
if you pass in a number it will compute from the scale, if you pass in a string it will use it as-is:
padding(2) => padding: .5rem
padding('123px') => padding: 123px
padding(1)
padding: .25rem;
padding(1).vertical(0)
padding-top: 0;
padding-bottom: 0;
padding-left: .25rem;
padding-right: .25rem;
borderRadius(1)
border-radius: .125rem;
borderRadius(1).topLeft(0)
border-radius: .125rem;
border-radius-top-left: 0;
font(1).italic.family('arial')
font-size: 1rem;
font-style: italic;
font-family: 'arial';
FAQs
stylesheet helper
We found that ezpz 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.