
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.
@handset/sdk
Advanced tools
TypeScript SDK for the Handset business phone API — compliant SMS, voice, voicemail, and phone numbers for your platform.
TypeScript SDK for the Handset business phone API — compliant two-way SMS, inbound voice, voicemail, and real phone numbers for your platform, one typed function per endpoint.
Generated from the OpenAPI spec, so it always matches the API.
npm install @handset/sdk
import { client } from "@handset/sdk/client";
import { createTenant, sendMessage, listConversations } from "@handset/sdk";
client.setConfig({
headers: { Authorization: `Bearer ${process.env.HANDSET_API_KEY}` },
});
// Your customer, as a tenant
const tenant = await createTenant({
body: { name: "Bayview Dental", timezone: "America/Los_Angeles" },
});
// Send a compliant text (threading, opt-outs, and 10DLC handled server-side)
await sendMessage({
body: {
from: "num_…", // a tenant-owned number
to: "+14155550199",
body: "Your appointment is confirmed for 9:30 AM tomorrow.",
},
});
// Read the thread back
const threads = await listConversations({ query: { tenant_id: tenant.data!.id } });
Every call returns { data, error, response }; pass test keys (hs_test_…) to
run against the simulated carrier — free numbers, instant compliance, magic
numbers for rehearsing failure.
handset · Go handset-goHandset is in early access — request access.
FAQs
TypeScript SDK for the Handset business phone API — compliant SMS, voice, voicemail, and phone numbers for your platform.
We found that @handset/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.

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.