Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@crave/farmblocks-empty-state
Advanced tools
Farmblocks empty state
A placeholder to use on screens without content.
import React from "react";
import { render } from "react-dom";
import EmptyState from "@crave/farmblocks-empty-state";
const text =
"Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Etiam porta sem malesuada magna mollis euismod.";
const imgSrc =
"https://sourcewhatsgood.com/assets/images/utility_images/gallery-third-about-a518a29f64.jpg";
const App = () => (
<EmptyState
imageSrc={imgSrc}
title="Empty State Title"
description={text}
actions={[
{
text: "Primary Action",
onClick: () => console.log("clicked"),
type: buttonTypes.PRIMARY,
},
]}
info={text}
/>
);
render(<App />, document.getElementById("root"));
property | type | description | Required |
---|---|---|---|
title | string | a text that is bold and will be rendered on the first line | Yes |
description | string | a text that will be rendered bellow title | |
imageSrc | string | image source to be rendered. This property overrides icon if both are present | |
icon | node | icon name to be rendered | |
actions | array of objects | each object corresponds to one button that will be rendered. We expect 3 required properties on each object: text (string), type(string) a valid farmblocks-theme.buttonTypes or any color, onClick (function) | |
info | string | a text that is smaller than the others and will be rendered bellow buttons |
MIT
FAQs
Farmblocks empty state
We found that @crave/farmblocks-empty-state demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.