
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.
figma-ui-kit
Advanced tools
A set of React components that replicate the Figma UI for plugins
As stated by the Figma team in their developers docs, it's good practice to make a plugin's UI consistent, to the degree that it is possible, with the rest of the Figma UI. This almost always leads to a better experience for users.
However, there's no official set of React components to quickly build Figma plugins.
This project is a fork of @yuanqinglim awesome work on create-figma-plugin.
It intends to extract the UI aspect of it while making it compatible with React.js (originally made with Preact).
yarn add figma-ui-kit
import React from 'react'
import { Stack, Text, Button } from 'figma-ui-kit'
import 'figma-ui-kit/lib/css/theme.css'
import 'figma-ui-kit/lib/css/base.css'
import 'figma-ui-kit/lib/css/menu.module.css'
const App = () => {
return (
<div className="figma-light">
<Stack direction="column" space="medium">
<Text>Hello Figma plugin</Text>
<Stack direction="row" space="small">
<Button>Get started</Button>
<Button secondary>Go back</Button>
</Stack>
</Stack>
</div>
)
}
FAQs
A set of React components that replicate the Figma UI for plugins
The npm package figma-ui-kit receives a total of 1 weekly downloads. As such, figma-ui-kit popularity was classified as not popular.
We found that figma-ui-kit 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.