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

@viamrobotics/rpc

Package Overview
Dependencies
Maintainers
6
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.2.0 to 0.2.1

dist/BaseChannel.d.ts

4

package.json
{
"name": "@viamrobotics/rpc",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",

@@ -41,3 +41,3 @@ "dependencies": {

"format": "prettier --write '**/*.{ts,js,cjs}'",
"build": "vite build",
"build": "vite build && tsc --project tsconfig.build.json",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -44,0 +44,0 @@ },

@@ -252,3 +252,3 @@ import { grpc } from '@improbable-eng/grpc-web';

interface WebRTCConnection {
export interface WebRTCConnection {
transportFactory: grpc.TransportFactory;

@@ -255,0 +255,0 @@ peerConnection: RTCPeerConnection;

@@ -1,2 +0,10 @@

export { dialDirect, dialWebRTC, type Credentials } from './dial';
export {
dialDirect,
dialWebRTC,
type Credentials,
type DialOptions,
type DialWebRTCOptions,
type WebRTCConnection,
} from './dial';
export { ConnectionClosedError, GRPCError } from './errors';
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