
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@heathmont/moon-css
Advanced tools
A library for generating primitive, semantic, component variables and component classes.
FIGMA_TOKEN
)FIGMA_FILE
)FIGMA_COMPONENTS_FILE
). OPTIONALMOON_OUTPUT_DIR
). OPTIONAL.env
file with your variables:FIGMA_TOKEN=figd_personal-access-token
FIGMA_FILE=your-brand:BZiHkvF7pXFHrFH8P0cG2T
FIGMA_COMPONENTS_FILE=your-brand:S3q1SkVngbwHuwpxHKCsgtJj
MOON_OUTPUT_DIR=assets
Basic installation:
npx @heathmont/moon-css
This generates css/your-brand-base.css
with all CSS variables.
Generate Tailwind preset:
npx @heathmont/moon-css --with-preset
This adds js/your-brand-base-preset.js
for Tailwind utility classes.
Include pre-built components:
npx @heathmont/moon-css --with-preset --with-components
This also generates js/moon-components.js
with ready-to-use component classes.
css/your-brand-base.css
- CSS variablesjs/your-brand-base-preset.js
- Tailwind preset configuration (optional)js/moon-components.js
- Pre-built component classes (optional)FAQs
Simple Moon components as CSS layer
We found that @heathmont/moon-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 150 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.