
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@leafygreen-ui/card
Advanced tools
pnpm add @leafygreen-ui/card
yarn add @leafygreen-ui/card
npm install @leafygreen-ui/card
import Card from '@leafygreen-ui/card';
<Card className="card-styles" as="article">
This is my card component
</Card>;
Card is a styled wrapper for the Box component. Any properties you would pass to Box can also be passed to Card.
| Prop | Type | Description | Default |
|---|---|---|---|
children | React.ReactNode | Content rendered inside of the <Card /> component | |
className | string | Adds a className to the class attribute | |
darkMode | boolean | Determines whether or not the component will appear in dark mode. | false |
Any other properties will be spread on the Box element.
This component is designed to be a container for other elements and content. We discourage onClick or href directly to the Card component. Instead, we recommend adding interactive elements inside the component.
<Card>
<Button onClick={handleOnClick} />
</Card>
<Card onClick={handleOnClick}>This is my card component</Card>
FAQs
leafyGreen UI Kit Card
We found that @leafygreen-ui/card demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.