
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
@sb1/ffe-cards-react
Advanced tools
Kort-komponenter for presentasjon av innhold. Alle bruker render prop-monster der innholdskomponenter (Title, Text, Subtext, CardName, CardAction) gis som funksjonargumenter.
npm install --save @sb1/ffe-cards-react
Full dokumentasjon: https://sparebank1.github.io/designsystem/
Avhengig av @sb1/ffe-icons-react. Importer styling:
@import '@sb1/ffe-cards/css/cards.css';
CardBase - Grunnleggende kortkomponentTextCard - Tekstkort uten visuelt elementIconCard - Kort med ikon til venstreImageCard - Kort med bildeIllustrationCard - Kort med illustrasjonStippledCard - Kort med stiplet kantGroupCard, GroupCardTitle, GroupCardElement, GroupCardFooter - Grupperte kortimport {
TextCard,
IconCard,
ImageCard,
IllustrationCard,
StippledCard,
GroupCard,
GroupCardTitle,
GroupCardElement,
GroupCardFooter,
} from '@sb1/ffe-cards-react';
import { Icon } from '@sb1/ffe-icons-react';
<TextCard>
{({ CardName, Title, Subtext, Text }) => (
<>
<CardName>Kortnavn</CardName>
<Title>Tittel</Title>
<Subtext>En liten undertekst</Subtext>
<Text>Beskrivende tekst her.</Text>
</>
)}
</TextCard>
<IconCard icon={<Icon fileUrl="./icons/open/300/xl/savings.svg" size="xl" />}>
{({ CardName, Title, Subtext, Text }) => (
<>
<CardName>Sparekonto</CardName>
<Title>BSU</Title>
<Subtext>Boligsparing for ungdom</Subtext>
<Text>Spar til bolig med skattefradrag.</Text>
</>
)}
</IconCard>
<ImageCard imageSrc="https://example.com/bilde.jpg" imageAltText="Beskrivelse">
{({ Title, Text }) => (
<>
<Title>Forsikring</Title>
<Text>Les mer om vare forsikringsprodukter.</Text>
</>
)}
</ImageCard>
<IllustrationCard img={<img src={illustrasjon} alt="" />}>
{({ Title, Text }) => (
<>
<Title>Finansieringsbevis</Title>
<Text>For deg som skal kjope ny bolig.</Text>
</>
)}
</IllustrationCard>
<StippledCard
img={{
type: 'icon',
element: (
<Icon fileUrl="./icons/open/300/xl/monitoring.svg" size="xl" />
),
}}
>
{({ Title, Subtext, Text }) => (
<>
<Title>Sparekonto</Title>
<Subtext>7 004,00 kr</Subtext>
<Text>Din saldo.</Text>
</>
)}
</StippledCard>
<GroupCard>
<GroupCardTitle>
<Heading2 lookLike={5}>Tjenester</Heading2>
</GroupCardTitle>
<GroupCardElement>
{({ Title, Text }) => (
<>
<Title>Betaling</Title>
<Text>Betal regninger enkelt.</Text>
</>
)}
</GroupCardElement>
<GroupCardFooter>
{({ CardAction }) => (
<CardAction href="/tjenester">Se alle tjenester</CardAction>
)}
</GroupCardFooter>
</GroupCard>
<CardBase bgColor="secondary" noMargin>
Tilpasset innhold her.
</CardBase>
Bruk CardAction fra render props for a gjore hele kortet klikkbart:
<TextCard>
{({ Title, Text, CardAction }) => (
<>
<Title>
<CardAction href="/destinasjon">Klikkbar tittel</CardAction>
</Title>
<Text>Hele kortet blir klikkbart.</Text>
</>
)}
</TextCard>
| Komponent | Beskrivelse |
|---|---|
CardName | Liten tekst over tittelen |
Title | Hovedtittel |
Text | Beskrivende tekst |
Subtext | Sekundar tekst (gra) |
CardAction | Gjor kortet klikkbart |
Alle stotter as-prop: <Title as="h2">Tittel</Title>
<GroupCard as="ul">
<GroupCardElement as="li">Element 1</GroupCardElement>
</GroupCard>
npm install
npm run build
npm start
Lokal Storybook kjorer pa http://localhost:6006/.
FAQs
React implementation of ffe-react
The npm package @sb1/ffe-cards-react receives a total of 436 weekly downloads. As such, @sb1/ffe-cards-react popularity was classified as not popular.
We found that @sb1/ffe-cards-react 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.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.