
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@przeprogramowani/design-tokens
Advanced tools
Design tokens collection for Przeprogramowani Design System
Design Tokens are the smallest pieces of the design system — such as colors, typography, spacing, and more. They are used in place of hard-coded values to maintain a scalable and consistent visual system for UI development.
npm install @przeprogramowani/design-tokens
We provide tokens in three formats: CSS, JS and TS. You can import them in your project as needed.
To use the CSS Custom Properties from our package, add the following import to the main CSS file or to the <head> of your HTML page:
@import 'path_to_node_modules/@przeprogramowani/design-tokens/dist/css/tokens.css';
Or in JavaScript, if you use a bundler that supports CSS imports:
import '@przeprogramowani/design-tokens/dist/css/tokens.css';
import { ButtonTextColor } from '@przeprogramowani/design-tokens';
FAQs
Design tokens collection for Przeprogramowani Design System
We found that @przeprogramowani/design-tokens 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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.