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

@viamrobotics/rpc

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viamrobotics/rpc - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

package.json
{
"name": "@viamrobotics/rpc",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -42,5 +42,2 @@ import { grpc } from "@improbable-eng/grpc-web";

const data = msg.getData_asU8();
if (data.length === 0 && msg.getEom()) {
return undefined;
}
if (data.length + this.packetBufSize > MaxMessageSize) {

@@ -47,0 +44,0 @@ this.packetBuf.length = 0;

Sorry, the diff of this file is too big to display

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