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.
@altack/minimal-scrollbar
Advanced tools
An Angular directive to fix Windows's "mid-nineties" scrollbars. No extra configuration, no required markup and also minimal size (3.8 KB MINIFIED, 1.2 KB GZIPPED)
An Angular directive to fix Windows's "mid-nineties" scrollbars.
No extra configuration, no required markup and also minimal size (3.8 KB MINIFIED, 1.2 KB GZIPPED)
Install MinimalScrollbar
npm i @altack/minimal-scrollbar
Add the MinimalScrollbarModule
to your app.module.ts
(or any other)
Use it like a directive
on your -already- scrollable container
<div class="container" minimal-scrollbar>
<div class="content">long content goes here</div>
</div>
The idea is to preserve the unobtrusive scrollbars of iOS, Android and MacOS and replace Windows scrollbars on Chrome, Firefox and Edge Credit goes to the guys at FilamentGroup. This is just an Angular implementation of its workaround. https://www.filamentgroup.com/lab/scrollbars/
FAQs
An Angular directive to fix Windows's "mid-nineties" scrollbars. No extra configuration, no required markup and also minimal size (3.8 KB MINIFIED, 1.2 KB GZIPPED)
The npm package @altack/minimal-scrollbar receives a total of 4 weekly downloads. As such, @altack/minimal-scrollbar popularity was classified as not popular.
We found that @altack/minimal-scrollbar 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.