
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@soy-libs/uikit
Advanced tools
Soy UIkit is a set of React components and hooks used to build pages on Soy's apps. It also contains a theme file for dark and light mode.
yarn add @soy-libs/uikit
Before using Soy UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@soy-libs/uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
A reset CSS is available as a global styled component.
import { ResetCSS } from '@soy-libs/uikit'
...
<ResetCSS />
This project is built with Typescript and export all the relevant types.
If you want to use components from the UIkit, check the Storybook documentation
FAQs
Set of UI components for soy finance projects
We found that @soy-libs/uikit 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.