
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@fintraffic/fds-coreui-components-react
Advanced tools
React wrappers for Fintraffic Design System Core UI (Web) Components
React wrappers for Fintraffic Design System's Core UI Components.
npm i --save @fintraffic/fds-coreui-components-react
Usage of React component wrappers.
The simplest way to import and register a React component is importing it directly from the @fintraffic/fds-coreui-components-react package.
import { FdsButton, FdsButtonVariant } from '@fintraffic/fds-coreui-components-react'
<FdsButton
label="My Button"
icon="plus"
variant={FdsButtonVariant.primary}
onClick={handleMyButtonClick}
/>
However this will cause all of the components to be loaded and registered (not just the ones you import).
NOTE: when using React, make sure to import from the
@fintraffic/fds-coreui-components-reactpackage (note the-reactsuffix) to get the React components. If you import from@fintraffic/fds-coreui-componentsyou will get the native web components instead.
If you want to load and register only a specific component (and its internal dependencies) you can do so by importing from a component specific path:
import { FdsButton, FdsButtonVariant } from '@fintraffic/fds-coreui-components-react/dist/button.js'
Copyright © Fintraffic 2024 Source code of this program is licensed under the EUPL v1.2
FAQs
React wrappers for Fintraffic Design System Core UI (Web) Components
We found that @fintraffic/fds-coreui-components-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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.