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.
auto-hide-toolbar
Advanced tools
Angular auto hiding header component (Ivy compatible, optimized, minimal (less than 3kb), zero dependencies).
To install this lib in your angular project
ng add auto-hide-toolbar
your.module.ts
import { AutoHideToolbarModule } from 'auto-hide-toolbar';
// ...
@NgModule({
...
imports: [..., AutoHideToolbarModule],
})
export class YourModule {}
your.component.html
<!-- page top -->
<lib-auto-hide-toolbar shadowPadding="9">
<!-- your toolbar html goes here -->
</lib-auto-hide-toolbar>
<lib-auto-hide-toolbar shadowPadding="9">
<div style="background-color: purple; padding: 5px;">
<h1 style="margin: 0px; color: wheat;">Demo Toolbar</h1>
</div>
</lib-auto-hide-toolbar>
shadowPadding
Adds basic padding below the falling header component - to preserve shadows if any. Unit in pixels.
[Project scaffolded with Angular 10.0.9]
MIT © 2020 Vajahath Ahmed
FAQs
Dead simple angular auto hiding toolbar
The npm package auto-hide-toolbar receives a total of 1 weekly downloads. As such, auto-hide-toolbar popularity was classified as not popular.
We found that auto-hide-toolbar 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.