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

@replit/river

Package Overview
Dependencies
Maintainers
27
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replit/river - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

dist/__tests__/integration.test.js

@@ -113,3 +113,3 @@ import http from 'http';

});
const port = 3001;
const port = 4445;
describe('client <-> server integration test', () => {

@@ -116,0 +116,0 @@ const server = http.createServer();

@@ -13,3 +13,3 @@ import { Transport } from './types';

this.ws = ws;
ws.on('message', (msg) => this.onMessage(msg.toString()));
ws.onmessage = (msg) => this.onMessage(msg.data.toString());
}

@@ -16,0 +16,0 @@ send(msg) {

@@ -5,3 +5,3 @@ import http from 'http';

import { createWebSocketClient, createWebSocketServer, onServerReady, waitForMessage, } from './util';
const port = 3000;
const port = 4444;
describe('sending and receiving across websockets works', () => {

@@ -8,0 +8,0 @@ const server = http.createServer();

{
"name": "@replit/river",
"sideEffects": false,
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!",
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"files": [

@@ -9,0 +10,0 @@ "dist"

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