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.
@snack-uikit/loaders
Advanced tools
Индикация загрузки: полоса загрузки, спиннер и загрузчик- "солнышко"
npm i @snack-uikit/loaders
import { ProgressBar, ProgressBarPage, Spinner, Sun } from "@snack-uikit/loaders";
<ProgressBar
progress={20}
size='xs'
/>
<ProgressBarPage
inProgress={true}
animationDuration={100}
incrementDuration={500}
minimum={0.2}
/>
<Spinner
size='xs'
/>
<Sun
size='l'
/>
Компонент индикатор загрузки
name | type | default value | description |
---|---|---|---|
size* | enum ValueOf<{ readonly S: "s"; readonly XS: "xs"; }>: "s" , "xs" | - | Размер |
progress* | number | - | Процент загрузки от 0 до 100 |
className | string | - | CSS-класс |
Компонент индикатор загрузки страницы
name | type | default value | description |
---|---|---|---|
inProgress* | boolean | - | Включен/выключен |
animationDuration | number | 200 | Скорость анимации |
incrementDuration | number | 800 | Время между прогрессом |
minimum | number | - | Минимальное значение прогресс бара от 0 до 1 |
className | string | - | CSS-класс |
Компонент спиннер
name | type | default value | description |
---|---|---|---|
size | enum LoaderSize: "s" , "xs" , "m" , "l" | s | Размер |
className | string | - | CSS-класс |
Компонент спиннер
name | type | default value | description |
---|---|---|---|
size | enum LoaderSize: "s" , "xs" , "m" , "l" | s | Размер |
className | string | - | CSS-класс |
FAQs
Индикация загрузки: полоса загрузки, спиннер и загрузчик- "солнышко"
The npm package @snack-uikit/loaders receives a total of 171 weekly downloads. As such, @snack-uikit/loaders popularity was classified as not popular.
We found that @snack-uikit/loaders demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.