
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@camdh/ion-custom-scrollbar
Advanced tools
# on project root
npm i @camdh/ion-custom-scrollbar
Import the module on top of your lazy loaded module and add it to the imports array on NgModule.
import { IonCustomScrollbarModule } from 'ion-custom-scrollbar'
@NgModule({
imports: [
...,
IonCustomScrollbarModule
],
declarations: [...]
})
You can pass a configuration object on ion-content using the scrollbar attribute.
| key | type | description | default value |
|---|---|---|---|
| width | number | track width in pixels | 8 |
| track | number | track opacity | 0.1 |
| trackHover | number | track opacity on hover | 0.1 |
| thumb | number | thumb opacity | 0.25 |
| thumbHover | number | thumb opacity on hover | 0.33 |
| all | boolean | apply style on mobile also | false |
<ion-content [scrollbar]="{width:12,trackHover:0}">
...
</ion-content>
# you just need to run the script
./publish
FAQs
## Installation
We found that @camdh/ion-custom-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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.