
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.
@autoguru/overdrive
Advanced tools
Overdrive is a product component library, and design system for AutoGuru.
Overdrive is a product component library, and design system for AutoGuru. Built with React, TypeScript, Vanilla Extract, and Storybook.
The components are housed in Storybook which provides interactive documentation, UI playground, and interaction testing.
Visit the Overdrive Storybook site too access foundations, components and API specifications:
To use Overdrive in your project, install it via yarn:
yarn add @autoguru/overdrive react react-dom
Then, import the reset and configure the Overdrive Provider with the theme you want to use:
import { OverdriveProvider, Button } from '@autoguru/overdrive';
<OverdriveProvider>
<Button variant="primary">Hello World</Button>
</OverdriveProvider>;
The Overdrive Provider automatically applies global base styles to the body tag.
If you need more control over where the global base styles are applied, you can
also apply data-od-base
to any element.
You can also customise the theme colours using the provider props:
<OverdriveProvider
theme={baseTheme}
colorOverrides={{
primaryBackground: '#FF0000',
primaryForeground: '#FFFFFF',
primaryBackgroundMild: '#FFE5E5',
primaryBackgroundStrong: '#CC0000',
primaryBorder: '#CC0000',
}}
>
<Button variant="primary">Custom Red Theme</Button>
</OverdriveProvider>
Chromatic for providing visual regression testing.
MIT ©AutoGuru
FAQs
Overdrive is a product component library, and design system for AutoGuru.
The npm package @autoguru/overdrive receives a total of 261 weekly downloads. As such, @autoguru/overdrive popularity was classified as not popular.
We found that @autoguru/overdrive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
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.