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

@replit/river

Package Overview
Dependencies
Maintainers
28
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.12.3 to 0.12.4

8

dist/transport/impls/ws/client.js

@@ -8,4 +8,6 @@ import {

import "../../../chunk-GZ7HCLLM.js";
import "../../../chunk-XFFS4UOD.js";
import {
coerceErrorString
} from "../../../chunk-XFFS4UOD.js";
import {
log

@@ -65,3 +67,5 @@ } from "../../../chunk-H4BYJELI.js";

ws.removeEventListener("close", onClose);
resolve({ err: err.message || err.code || "unknown error" });
resolve({
err: err?.code ?? coerceErrorString(err)
});
};

@@ -68,0 +72,0 @@ ws.addEventListener("open", onOpen);

{
"name": "@replit/river",
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!",
"version": "0.12.3",
"version": "0.12.4",
"type": "module",

@@ -6,0 +6,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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