
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@manifoldco/mercury
Advanced tools
Design tokens auto-generated from our Figma files. Powered by Diez.
npm install @manifoldco/mercury
You’ll find some starter classes and CSS variables within /static/styles.min.css
. Import it like
so:
import '@manifoldco/mercury/static/styles.min.css';
To view the generated CSS, see the static
folder in
this repo.
Refer to the Diez documentation for more info.
The JavaScript client allows for color manipulation and better handling of some values, but at an impact on your bundlesize.
import { DesignLanguage } from '@manifoldco/mercury';
Refer to the Diez documentation for usage.
npm run extract
You’ll need to authenticate with Figma.
⚠️ Note: when updating, be mindful of missing assets. Often times, Figma will simply time-out, and fail to download.
Currently, deploying happens manually. You’ll need to be signed into npm.
Bump the patch number (the last digit) in package.json
manually:
- "version": "0.0.9",
+ "version": "0.0.10",
Commit this change.
Note: decause this is all managed by design, the version number doesn’t matter as much as traditional packages.
Then, run:
npm run deploy
⚠️ Note: deploying won’t update the tokens! You’ll need to run npm run extract
to pull the
latest values.
FAQs
Manifold Design System
The npm package @manifoldco/mercury receives a total of 1 weekly downloads. As such, @manifoldco/mercury popularity was classified as not popular.
We found that @manifoldco/mercury demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.