
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@arcteryx/components-typography
Advanced tools
components-typographyStandard typography components for H1, H2, H3, H4, p, and blockquote elements.
import {H1} from "@arcteryx/components-typography";
const LoudRedHeading = () => (
<H1 loud textColor="#ff0000">
);
Styled components (SC) strips out all non-standard HTML attributes so as to keep
markup valid. The color attribute is an old school (now defunct) attribute
that SC doesn't strip out, and is therefore giving us validation errors. Using
textColor avoids this.
Each consuming app is responsible to host and load its own fonts:
font-family: var(--font-urw-din);For example URW is available on a AWS S3
https://images.arcteryx.com/fonts/urw-family-typekit.css
FAQs
Arcteryx Typography
We found that @arcteryx/components-typography demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.