
Security News
When Autonomous Agents Escape: Why Socket Signed the Cyber Defense Open Letter
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.
@mailrith/sdk
Advanced tools
Official TypeScript SDK for Mailrith's public API.
The SDK is generated from Mailrith's versioned public contract and exposes resource
namespaces such as client.subscribers.list() and client.broadcasts.send().
import { createMailrithClient } from "@mailrith/sdk";
const client = createMailrithClient({
apiKey: process.env.MAILRITH_API_KEY,
});
const capabilities = await client.discovery.getCapabilities();
const subscriber = await client.subscribers.upsert({
body: {
email: "ada@example.com",
name: "Ada Lovelace",
},
});
FAQs
Official generated TypeScript SDK for Mailrith.
We found that @mailrith/sdk 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.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.

Research
/Security News
Socket researchers found 18 Chrome extensions and one Edge extension delivering a wallet drainer, credential theft, and other malicious payloads.