
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@momentum-ui/abstract
Advanced tools
We publish a package named @momentum-ui/abstract
. It's a package contains the min unit of Momentum Design.
This package is mainly used to generated theme files for all kinds of project.
npm i @momentum-ui/abstract
const core = require('@momentum-ui/abstract/color/core.json')
;
@./color/core.json
@./color/theme.json
@./color/additional.json
@./icon
Icon name = $component-set-name_$component-name
All icons comes from Figma componentSet's components.
use ‘_’ to connect componentSet name and component name.
use ‘-’ to split the words inside componentSet or and component name.
component name comes from its variants. We have a logic to generate the component name.
The version number will be major.minor.patch
.
@momentum-ui/abstract
will publish a new patch version(patch+1), if there ar.e some small updates. A script runs on 1:01 UTC and 17:01 UTC everyday.
If there are some new feature (new token type), a new minor version will be published. The version number will be updated in a PR.
If Momentum published a new year version, a major minor version will be published. The version number will be updated in a PR.
FAQs
store momentum data
We found that @momentum-ui/abstract demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.