# @onivoro/isomorphic-jsonrpc

> JSON-RPC 2.0 types, utilities, and MessageBus abstraction for cross-process communication. Works in both browser and Node.js environments.

Latest version **24.38.2** (published 2026-05-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @onivoro/isomorphic-jsonrpc
pnpm add @onivoro/isomorphic-jsonrpc
yarn add @onivoro/isomorphic-jsonrpc
bun add @onivoro/isomorphic-jsonrpc
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 24.38.2 |
| Published | 2026-05-15 |
| First published | 2026-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | icedlee337 |

## Links

- npm: https://www.npmjs.com/package/@onivoro/isomorphic-jsonrpc
- Repository: https://github.com/onivoro/monorepo
- Homepage: https://github.com/onivoro/monorepo#readme
- Issues: https://github.com/onivoro/monorepo/issues
- npm.io page: https://npm.io/package/@onivoro/isomorphic-jsonrpc

## Recent versions

- 24.38.2 (latest) — 2026-05-15
- 24.38.1 — 2026-05-12
- 24.38.0 — 2026-05-10
- 24.37.0 — 2026-05-10
- 24.36.0 — 2026-05-09
- 24.35.4 — 2026-05-09
- 24.35.3 — 2026-05-09
- 24.35.2 — 2026-04-27
- 24.35.1 — 2026-04-24
- 24.35.0 — 2026-04-23
- 24.34.2 — 2026-04-22
- 24.34.1 — 2026-04-22
- 24.34.0 — 2026-04-22
- 24.33.21 — 2026-04-19
- 24.33.20 — 2026-04-18
- … 5 more at https://npm.io/package/@onivoro/isomorphic-jsonrpc/versions

## README

# @onivoro/isomorphic-jsonrpc

JSON-RPC 2.0 types, utilities, and MessageBus abstraction for cross-process communication. Works in both browser and Node.js environments.

## Installation

```bash
npm install @onivoro/isomorphic-jsonrpc
```

## Features

- JSON-RPC 2.0 compliant types (Request, Response, Notification, Error)
- MessageBus interface for unified cross-process communication
- Message routing with target prefixes (server, webview, extension, broadcast)
- Disposable utilities for subscription management

## License

MIT

---
_Source: https://npm.io/package/@onivoro/isomorphic-jsonrpc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
