
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@kittycad/react-shared
Advanced tools
Shared React components for KittyCAD applications.
npm install @kittycad/react-shared
# or
yarn add @kittycad/react-shared
import { Button } from '@kittycad/react-shared'
function App() {
return (
<Button variant="primary" size="md" onClick={() => console.log('Clicked!')}>
Click me
</Button>
)
}
# Install dependencies
npm install
# Start Storybook for development
npm run dev
# Build the library
npm run build
# Run tests
npm test
# Type checking
npm run tsc
# Linting and formatting
npm run lint
npm run fmt
This project uses Storybook for component development and documentation. Run npm run dev to start the Storybook development server.
The library is automatically published to npm when a new git tag is created:
# Create a new version
npm version patch # or minor, major
# Push with tags
git push --follow-tags
This will trigger the GitHub Action to publish to npm.
npm run lint and npm run type-checkFAQs

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.