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.7 to 0.1.8

2

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

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

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

// MaxMessageSize is the maximum size a gRPC message can be.
let MaxMessageSize = 1 << 24;
let MaxMessageSize = 1 << 25;

@@ -8,0 +8,0 @@ export class BaseStream {

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