Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@cobalt-ui/plugin-json
Advanced tools
Generate JSON from your design tokens schema (requires @cobalt-ui/cli)
Generate JSON output from design tokens.
npm i -D @cobalt-ui/plugin-json
// tokens.config.mjs
import json from '@cobalt-ui/plugin-json';
export default {
plugins: [
json({
/** set the filename inside outDir */
filename: './tokens.json',
}),
],
};
It’s worth noting that this JSON output differs from your source tokens.json
in a number of ways:
type
it will be applied to all children tokenstokens.json
yourself_original
_group
So if you have need for any of the above, this format can be much friendlier to iterate over than the original schema.
FAQs
Generate JSON from your design tokens schema (requires @cobalt-ui/cli)
The npm package @cobalt-ui/plugin-json receives a total of 1 weekly downloads. As such, @cobalt-ui/plugin-json popularity was classified as not popular.
We found that @cobalt-ui/plugin-json 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.