
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@riverty/design-tokens
Advanced tools
Riverty, your flexible Payment Companion. 25+ million users, 1+ billion secure transactions.
Riverty Design System: a design and development toolkit tailor-made for Riverty teams and collaborators.
We welcome contributions to the Design Tokens package! Design tokens are the foundation of our design system.
cd packages/design-tokens
npm install
npm run build # Generate tokens
Tokens are organized in JSON files:
tokens/
├── base_tokens.json # Primitive values (core colors, base sizes)
├── color_tokens.json # Color system (semantic colors)
├── typography_tokens.json # Typography scale
├── spacing_tokens.json # Spacing system
└── ...
tokens/ directory:{
"color": {
"primary": {
"value": "#0066CC",
"type": "color",
"description": "Primary brand color"
}
}
}
Build to generate outputs:
npm run build
This generates:
lib/tokens.css - CSS custom propertieslib/tokens-base.scss - SCSS variablesTest in dependent packages:
@riverty/css-framework@riverty/web-componentsFollow Style Dictionary naming:
base-color-blue-500color-primary, spacing-mdbutton-padding-horizontalAfter modifying tokens:
npm run buildFor complete contribution guidelines, see CONTRIBUTING.md in the repository root.
FAQs
Riverty Design System: Design Tokens
We found that @riverty/design-tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.