# @ray-js/ray-ipc-utils

> IPC 工具库

Latest version **1.1.16** (published 2026-07-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ray-js/ray-ipc-utils
pnpm add @ray-js/ray-ipc-utils
yarn add @ray-js/ray-ipc-utils
bun add @ray-js/ray-ipc-utils
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 1.1.16 |
| Published | 2026-07-14 |
| First published | 2024-11-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 64.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | tuyafe |

## Links

- npm: https://www.npmjs.com/package/@ray-js/ray-ipc-utils
- npm.io page: https://npm.io/package/@ray-js/ray-ipc-utils

## Dependencies (2)

- [clsx](https://npm.io/package/clsx.md) ^1.2.1
- [@ray-js/panel-sdk](https://npm.io/package/@ray-js/panel-sdk.md) ^1.13.1

## Recent versions

- 1.1.16 (latest) — 2026-07-14
- 1.1.17-beta.1 (beta) — 2026-09-14
- 1.1.17-beta.0 — 2026-09-09
- 1.1.15 — 2026-04-24
- 1.1.14 — 2026-03-19
- 1.1.13 — 2026-03-04
- 1.1.13-beta.4 — 2026-02-26
- 1.1.13-beta.3 — 2026-02-03
- 1.1.13-beta.2 — 2026-02-03
- 1.1.13-beta.1 — 2026-01-30
- 1.1.12 — 2026-01-29
- 1.1.12-beta.2 — 2026-01-09
- 1.1.12-beta.1 — 2026-01-09
- 1.1.11 — 2025-12-04
- 1.1.10 — 2025-08-19
- … 29 more at https://npm.io/package/@ray-js/ray-ipc-utils/versions

## README

[English](./README.md) | 简体中文

# @ray-js/ray-ipc-utils

[![latest](https://img.shields.io/npm/v/@ray/ray-ipc-utils/latest.svg)](https://www.npmjs.com/package/@ray-js/ray-ipc-utils) [![download](https://img.shields.io/npm/dt/@ray/ray-ipc-utils.svg)](https://www.npmjs.com/package/@ray-js/ray-ipc-utils)

> IPC utility library

## Installation

```sh
$ npm install @ray-js/ray-ipc-utils
// or
$ yarn add @ray-js/ray-ipc-utils
```

## Example

```tsx
import { goToIpcPageNativeRoute } from '@ray-js/ray-ipc-utils';

const id = 'ipc_album_panel';
const deviceId = '1234567890xxxxxx';

const result = await goToIpcPageNativeRoute(id, deviceId);
```

## Documentation

See [API Reference](https://developer.tuya.com/en/miniapp/solution-panel/ability/special/ipc/toolkit/general) for more information.

---
_Source: https://npm.io/package/@ray-js/ray-ipc-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
