
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@overdose/theme
Advanced tools
A CSS based theming engine for use with Overdose Figma design tokens.
yarn add @overdose/theme
yarn add @overdose/design-tokens-transformer -D
// JavaScript/TypeScript
import '@overdose/theme/styles.css'
/* CSS */
@import '@overdose/theme/styles.css';
Tokens from @overdose/theme work best with CSS variables generated from Figma. Check the @overdose/design-tokens-transformer docs for more information.
yarn transform-design-tokens build -s "<SOURCE_PATH>" -d "<DESTINATION_PATH>"
For example:
yarn transform-design-tokens build -s "./theme/tokens/design-tokens.tokens.json" -d "./theme/__generated__/"
// JavaScript/TypeScript
import '@overdose/theme/styles.css'
import 'theme/__generated__/_tokens.css'
/* CSS */
@import '@overdose/theme/styles.css';
@import 'theme/__generated__/_tokens.css';
Variables can be overwritten when the default value is not appropriate for your project.
@import '@overdose/theme/styles.css';
:root {
--btn-border-radius-default: 4px;
}
Check out the pwa monorepo for a full list of available variables.
FAQs
A bunch of CSS vars for use with Overdose components
The npm package @overdose/theme receives a total of 165 weekly downloads. As such, @overdose/theme popularity was classified as not popular.
We found that @overdose/theme 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.