Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@matrixai/rpc

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matrixai/rpc - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/types.d.ts

@@ -161,3 +161,3 @@ /// <reference types="node" />

*/
interface RPCStream<R, W, M extends Record<string, JSONValue> = Record<string, JSONValue>> extends ReadableWritablePair<R, W> {
interface RPCStream<R, W, M extends POJO = POJO> extends ReadableWritablePair<R, W> {
cancel: (reason?: any) => void;

@@ -164,0 +164,0 @@ meta?: M;

{
"name": "@matrixai/rpc",
"version": "0.1.2",
"version": "0.1.3",
"author": "Matrix AI",

@@ -5,0 +5,0 @@ "contributors": [

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