New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

starpc

Package Overview
Dependencies
Maintainers
0
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starpc - npm Package Compare versions

Comparing version

to
0.35.4

2

dist/integration/integration.js

@@ -5,3 +5,3 @@ import { WebSocketConn } from '../srpc/websocket.js';

async function runRPC() {
const addr = 'ws://localhost:5000/demo';
const addr = 'ws://localhost:4352/demo';
console.log(`Connecting to ${addr}`);

@@ -8,0 +8,0 @@ const ws = new WebSocket(addr);

@@ -10,3 +10,3 @@ import { WebSocketConn } from '../srpc/websocket.js'

async function runRPC() {
const addr = 'ws://localhost:5000/demo'
const addr = 'ws://localhost:4352/demo'
console.log(`Connecting to ${addr}`)

@@ -13,0 +13,0 @@ const ws = new WebSocket(addr)

{
"name": "starpc",
"version": "0.35.3",
"version": "0.35.4",
"description": "Streaming protobuf RPC service protocol over any two-way channel.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet