Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@harnessa-fe/protocol

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harnessa-fe/protocol

Shared types + Zod schemas across mcp-server, vite-plugin, runtime-client.

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
2.8K
Maintainers
1
Weekly downloads
 
Created
Source

@harnessa-fe/protocol

Shared types + Zod schemas for Harnessa-FE. Internal package — every other Harnessa-FE package depends on this.

You normally do not install this directly. It is hoisted as a transitive dependency of @harnessa-fe/vite, .webpack, .runtime, and .mcp-server.

What's inside

  • Wire-format message types (HelloFrame, EventFrame, CommandFrame, …)
  • Zod schemas for runtime validation
  • Selector grammar for DOM queries
  • Shared result types
import {
    PROTOCOL_VERSION,
    DEFAULT_WS_PORT,
    EventFrameSchema,
} from '@harnessa-fe/protocol';

Stability

Pre-1.0. Wire format may change between minor versions. Pin exact versions in production until 1.0.

Docs

License

MIT

FAQs

Package last updated on 21 May 2026

Did you know?

Socket

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.

Install

Related posts