
Security News
minimatch Patches 3 High-Severity ReDoS Vulnerabilities
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.
@frankhoodbs/app-loader-cmp
Advanced tools
The App Loader Cmp is a Vue component designed to display a loader with two different visual styles.
The interface of the component is designed to be extensible and customizable using props, slots, and custom CSS properties.
| Prop | Description | Type | Default Value |
|---|---|---|---|
data-show | Determines whether to show or hide the loader component. | Boolean | false |
data-type | Specifies the type of loader to display. Available types are 'circular' and 'dots'. | 'circular' | 'dots' | 'circular' |
| Slot Name | Description |
|---|---|
default | Allows overriding the default content of the loader component. |
| CSS Property | Description | Default Value |
|---|---|---|
--app-loader-cmp-z-index | Z-index of the loader component. | 1000000000 |
--app-loader-cmp-background | Background color of the loader component. | rgba(#000000, 0.2) |
--app-loader-cmp-transition-duration | Duration of the fade-in and fade-out transition effect of the loader component. | 0.5s |
--app-loader-cmp-transition-timing-function | Timing function for the fade-in and fade-out transition effect of the loader component. | ease |
<app-loader-cmp :data-show="true" data-type="dots" />
For further customization of the component, you can use the default slot or override the custom CSS variables in your global style.
FAQs
Simple app loader component
The npm package @frankhoodbs/app-loader-cmp receives a total of 6 weekly downloads. As such, @frankhoodbs/app-loader-cmp popularity was classified as not popular.
We found that @frankhoodbs/app-loader-cmp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.

Security News
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.

Research
/Security News
Socket uncovered 26 malicious npm packages tied to North Korea's Contagious Interview campaign, retrieving a live 9-module infostealer and RAT from the adversary's C2.

Research
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.