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.13 to 0.1.14

3

package.json
{
"name": "@viamrobotics/rpc",
"version": "0.1.13",
"version": "0.1.14",
"license": "MIT",

@@ -12,2 +12,3 @@ "dependencies": {

"@types/google-protobuf": "^3.7.4",
"@types/webrtc": "^0.0.31",
"ts-loader": "^8.0.14",

@@ -14,0 +15,0 @@ "ts-protoc-gen": "^0.14.0",

@@ -25,3 +25,3 @@ import { ProtobufMessage } from "@improbable-eng/grpc-web/dist/typings/message";

dataChannel.onclose = () => this.onChannelClose();
dataChannel.onerror = (ev: RTCErrorEvent) => this.onChannelError(ev);
dataChannel.onerror = (ev: Event) => this.onChannelError(ev);

@@ -28,0 +28,0 @@ peerConn.oniceconnectionstatechange = () => console.log(peerConn.iceConnectionState);

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