
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@berlitz/button
Advanced tools
The Berlitz Button component has two styles available: Primary Button, Ghost White (Transparent fill). This component comes with additional options and states, such as loading, disabled, full width and an option to append icon after the label.
yarn add @berlitz/button
Argument | Type | Required | Default | Example |
---|---|---|---|---|
canLoad | bool | null | ||
children | oneOfType([string, node] | null | ||
onClick | function | null | ||
ghost | bool | null | ||
icon | node | null | ||
type | string | 'button' | ||
buttonType | string | 'default' | ||
fullWidth | bool or arrayOf['xs', 'sm', 'md', 'lg', 'xl'] | null | ||
small | bool or arrayOf['xs', 'sm', 'md', 'lg', 'xl'] | null |
import React from 'react'
import Button from '@berlitz/button'
const MyApp = () => (
<>
<h1>Get Started</h1>
<Button>Let's Go</Button>
</>
)
FAQs
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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.