
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
slay-loader
Advanced tools
GitHub repository: Slay loader
Here's a brief introduction or check documentation
You can use it with global state your app, and connect the component on main App file. Or you can use it on separate page, and change state loader from local data.
$ npm i slay-loader
main.ts
import { createApp } from 'vue';
import App from './App.vue';
import { SlayLoader } from 'slay-loader';
import 'slay-loader/dist/style.css';
createApp(App)
.component('SlayLoader', SlayLoader)
.mount('#app')
Component
<SlayLoader
:show="true"
:animation="`fade`"
:time="500"
:background="`radial-gradient(circle, rgba(198,90,254,1) 0%, rgba(184,251,196,1) 100%)`"
:text="`Please wait, loading...`"
/>
| Directive | Type | Description |
|---|---|---|
| show | boolean | Show or hide loader |
| animation | string | Visual effect animation (fade, drag-top, drag-bottom, drag-left, drag-right) |
| time | number | Number duration animation in ms |
| background | string | Background color for loader (it can be gradient, or something else) |
| text | string | Text on loader |
| spinner | string | It can be your custom image spinner (examole: /assets/puff.svg) |
FAQs
GitHub repository: Slay loader
The npm package slay-loader receives a total of 0 weekly downloads. As such, slay-loader popularity was classified as not popular.
We found that slay-loader 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.