
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@auto-engineer/design-system-importer
Advanced tools
Import your team's design system to build consistent, on-brand apps. Plugin for the Auto Engineer CLI that syncs shared styles, components, and tokens from design tools or code.
Import your team's design system to build consistent, on-brand apps. Plugin for the Auto Engineer CLI that syncs shared styles, components, and tokens from design tools or code.
This is a plugin for the Auto Engineer CLI. Install both the CLI and this plugin:
npm install -g @auto-engineer/cli
npm install @auto-engineer/design-system-importer
Add this plugin to your auto.config.ts
:
export default {
plugins: [
'@auto-engineer/design-system-importer',
// ... other plugins
],
};
This plugin provides the following commands:
import:design-system
- Import a design system from FigmaImport your design system directly from Figma and integrate it into your local project.
Generate a personal access token
Follow these instructions from Figma.
Get your design system file ID
Open your Figma file and copy the part of the URL after /design/
Configure environment variables
FIGMA_PERSONAL_TOKEN
– The token from your Figma accountFIGMA_FILE_ID
– The ID of the design file (found in the Figma URL after /design/
)Publish your components in Figma
Right-click anywhere → Actions → Search for "Publish changes to library".
(Optional) If you're using a public design system, you may need to move the file into one of your own Figma projects first.
Export tokens with the Auto plugin
.context
folder of your output directoryRun the importer
auto import:design-system
FAQs
Import your team's design system to build consistent, on-brand apps. Plugin for the Auto Engineer CLI that syncs shared styles, components, and tokens from design tools or code.
The npm package @auto-engineer/design-system-importer receives a total of 669 weekly downloads. As such, @auto-engineer/design-system-importer popularity was classified as not popular.
We found that @auto-engineer/design-system-importer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.