
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@inkdes-email/button
Advanced tools
Button component for email.
# pnpm
pnpm add @inkdes-email/button
# npm
npm install @inkdes-email/button
# yarn
yarn add @inkdes-email/button
import { Button } from "@inkdes-email/button";
<Button
text='Submit'
href='https://example.com'
backgroundColor='#000'
textColor='#ffff'
borderRadius='20px'
style={{
paddingBottom: '20px'
}}
/>
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| src | string | Yes | "" | Path or URL to the image |
| text | string | Yes | "" | |
| dir | "ltr" | "rtl" | No | Comes from wrapping Html component's dir context prop which is ltr | Text direction |
| spacing | string | No | Comes from wrapping Html component's defaultSpacing context prop which is 20px | Spacing bottom, by default comes from Html defaultSpacing prop |
| href | string | Yes | "" | |
| icon | object | No | { url, alt, width, height } | |
| backgroundColor | string | Yes | "" | |
| align | string | No | "center" | |
| direction | string | No | "ltr" | |
| textColor | string | No | css color hex | |
| borderRadius | string | No | ||
| style | string | No | CSS style | |
| borderWidth | string | No | CSS border width | |
| borderColor | string | No | CSS border color |
MIT © iClasser
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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.