
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@arcteryx/components-typography
Advanced tools
components-typography
Standard 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 healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.