
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@furlpay/elements
Advanced tools
Embeddable Furlpay UI widgets for React — drop-in stablecoin checkout and secure card credential display.
npm install @furlpay/elements
Peer dependencies: react >= 18, react-dom >= 18.
<FurlpayCheckoutButton />A drop-in checkout button that handles wallet connection and stablecoin transaction signing. You render it and listen for onSuccess — no chain logic in your app.
import { FurlpayCheckoutButton } from "@furlpay/elements";
<FurlpayCheckoutButton
amount={25}
token="USDC" // "USDC" | "USDT" | "EURC" | "PYUSD"
publishableKey={process.env.NEXT_PUBLIC_FURLPAY_PK!}
onSuccess={({ transactionHash, amount }) => markPaid(transactionHash)}
onError={(err) => toast.error(err.message)}
label="Pay $25" // optional custom label
/>
| Prop | Type | Notes |
|---|---|---|
amount | number | required |
publishableKey | string | required — pk_..., safe for the browser |
token | "USDC" | "USDT" | "EURC" | "PYUSD" | default "USDC" |
currency | string | default "USD" |
onSuccess | ({ transactionHash, amount }) => void | fires after a signed, settled payment |
onError | (err: Error) => void | |
baseUrl | string | default https://api.furlpay.app |
label | string | custom button text |
<FurlpaySecureCardInput />Securely display virtual card credentials (PAN/CVV) without them ever entering your application state.
Elements handles the client; verify and fulfil on the server with @furlpay/furlpay-node webhooks. A complete Next.js App Router flow (button → route handler → verified webhook) is in furlpay-examples/nextjs-checkout.
Publishable keys (pk_...) are browser-safe; never ship secret keys (sk_...) to the client. Report vulnerabilities to hello@furlpay.com.
MIT
FAQs
Embeddable Furlpay UI widgets — secure checkout & card credential display
The npm package @furlpay/elements receives a total of 6 weekly downloads. As such, @furlpay/elements popularity was classified as not popular.
We found that @furlpay/elements demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

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

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.