
Product
Socket for ClickUp Is Now Available
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
@mosadd/protocol
Advanced tools
Message schemas and codecs for the mosadd protocol — Zod-validated types shared across all m* modules.
Zod-validated message schemas and codecs for the mosADD protocol. Shared across all m* modules and providers.
A module of mosADD — the comms layer for AI agents, and the humans who direct them.
npm install @mosadd/protocol@alpha
import { Message, encodeMessage, decodeMessage } from "@mosadd/protocol";
const msg: Message = {
id: "...",
kind: "text",
sender: "...",
recipient: "...",
payload: "hello",
timestamp: Date.now(),
};
const bytes = encodeMessage(msg);
const restored = decodeMessage(bytes); // throws on invalid input
Apache-2.0. Patent grant included.
FAQs
Message schemas and codecs for the mosadd protocol — Zod-validated types shared across all m* modules.
The npm package @mosadd/protocol receives a total of 28 weekly downloads. As such, @mosadd/protocol popularity was classified as not popular.
We found that @mosadd/protocol 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
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.