New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@univerjs/rpc

Package Overview
Dependencies
Maintainers
0
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@univerjs/rpc

## Package Overview

  • 0.4.0-nightly.202410141110
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.8K
decreased by-66.46%
Maintainers
0
Weekly downloads
 
Created
Source

@univerjs/rpc

Package Overview

Package NameUMD NamespaceVersionLicenseDownloadsContains CSSContains i18n locales
@univerjs/rpcUniverRpc

Introduction

When handling some time-intensive tasks, such as formula computation, Univer can offload them to a location outside of the main thread, such as a Web Worker thread. The @univerjs/rpc library provides an RPC mechanism that simplifies communication between the main thread and other threads.

For more information, see the Architecture of Web Worker.

Usage

Installation

# Using npm
npm install @univerjs/rpc

# Using pnpm
pnpm add @univerjs/rpc

Keywords

FAQs

Package last updated on 14 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc