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.2.3 to 0.2.4

5

dist/RPCClient.js

@@ -117,2 +117,7 @@ "use strict";

await writer.close();
// Release lock of previous reader to ready for flush
reader.releaseLock();
for await (const _ of callerInterface.readable) {
// Noop so that stream can close after flushing
}
return output.value;

@@ -119,0 +124,0 @@ }

3

dist/RPCServer.js

@@ -292,2 +292,5 @@ "use strict";

}
for await (const _ of input) {
// Noop so that stream can close after flushing
}
};

@@ -294,0 +297,0 @@ this.registerDuplexStreamHandler(method, wrapperDuplex, timeout);

2

package.json
{
"name": "@matrixai/rpc",
"version": "0.2.3",
"version": "0.2.4",
"author": "Matrix AI",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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