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.
@shayan-mirzaie/skeleton-react
Advanced tools
easy to use library for skeleton loading.
Using npm:
$ npm i @shayan-mirzaie/skeleton-react
Using yarn:
$ yarn add @shayan-mirzaie/skeleton-react
simply import the package
import Skeleton from "@shayan-mirzaie/skeleton-react";
then use <Skeleton>
component to see the result :
<Skeleton>
<Skeleton.Circle />
<Skeleton.Rect />
<Skeleton.Rect width="75%" />
</Skeleton>
name | description | props | children |
---|---|---|---|
Skeleton | wrapper component of library | enable boolean dir rtl|ltr | YES |
Skeleton.Rect | show rectangle shape | height string ex: 20px width string ex: 20px margin string ex: 20px full boolean onClick callback function | |
Skeleton.Square | show square shape | width string ex: 20px margin string ex: 20px onClick callback function | |
Skeleton.Circle | show circle shape | radius string ex: 20px margin string ex: 20px onClick callback function | |
Skeleton.Row | show children item in a row | alignItems center|start|end|baseline justifyContent center|start|end|space-around|space-between onClick callback function | YES |
Skeleton.Col | show children item in a column | alignItems center|start|end|baseline justifyContent center|start|end|space-around|space-between onClick callback function | YES |
Skeleton.Center | show children item center | onClick callback function | YES |
Skeleton.List | iterate children item to show a list | count number | YES |
<Skeleton>
<Skeleton.Row alignItems="center" justifyContent="space-between">
<Skeleton.Circle radius="40px" />
<Skeleton.Rect width="70px" height="20px" />
</Skeleton.Row>
<Skeleton.Rect height="220px" />
</Skeleton>
<Skeleton>
<Skeleton.List count={4}>
<Skeleton.Row>
<Skeleton.Circle />
<Skeleton.Col>
<Skeleton.Rect />
<Skeleton.Rect width="50%" />
</Skeleton.Col>
</Skeleton.Row>
</Skeleton.List>
</Skeleton>
FAQs
easy to use library for skeleton loading.
The npm package @shayan-mirzaie/skeleton-react receives a total of 0 weekly downloads. As such, @shayan-mirzaie/skeleton-react popularity was classified as not popular.
We found that @shayan-mirzaie/skeleton-react 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.