Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@contentful/f36-skeleton
Advanced tools
Skeleton is used to display a loading state in components.
import { Skeleton } from '@contentful/f36-components';
// or
import { Skeleton } from '@contentful/f36-skeleton';
Container
, BodyText
, DisplayText
, Image
, Row
.Skeleton.Container
to control color, background color, animation, opacity of the skeleton elements that are used inside.Skeleton.BodyText
component to simulate bodies of text with multiple lines.Skeleton.DisplayText
component to simulate headings, subheadings or titles.Skeleton.Image
component to simulate images, illustrations, avatars or icons.Skeleton.Row
component to simulate table rows. Only use this component as a child of the TableBody component. The Skeleton.Row
component renders <tr>
tags, and this HTML tag should always be a child of a <tbody>
tag.
columnCount
prop equal to the number of columns in your table (default value is 5).rowCount
prop equal to the number of rows you need.
Pass some value to the width
and height
props to make the skeleton the same size as the simulated image (default values are 70).
You can use the same values a normal <rect>
tag would accept for width
and height
Pass some value to the radiusX
and radiusY
props to control the roundness of skeleton's corners (default values are 0).
You can use the same values a normal <rect>
tag would accept for rx
and ry
FAQs
Forma 36: Skeleton component
The npm package @contentful/f36-skeleton receives a total of 14,751 weekly downloads. As such, @contentful/f36-skeleton popularity was classified as popular.
We found that @contentful/f36-skeleton 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.