@viamrobotics/rpc
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5997160
64
8