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

@replit/river

Package Overview
Dependencies
Maintainers
0
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.25.0 to 0.25.1

dist/chunk-5CNNIOAO.js

2

dist/router/index.d.ts

@@ -48,4 +48,4 @@ import { A as AnyServiceSchemaMap, I as InstantiatedServiceSchemaMap, P as PayloadType, b as Result, R as RiverError } from '../services-8d14ae16.js';

var version = "0.25.0";
var version = "0.25.1";
export { PayloadType, version as RIVER_VERSION, Result, RiverError, Server, ServiceContext, createServer };

@@ -13,6 +13,6 @@ import {

serializeSchema
} from "../chunk-JTZVFCMT.js";
} from "../chunk-SGSRNAWJ.js";
import {
version
} from "../chunk-6NPQ43ZP.js";
} from "../chunk-SZ5NBBX7.js";
export {

@@ -19,0 +19,0 @@ Err,

import {
ClientTransport
} from "../../../chunk-4GCILF7L.js";
} from "../../../chunk-5CNNIOAO.js";
import {
WebSocketConnection
} from "../../../chunk-BMSEVPGM.js";
import "../../../chunk-FEMGSUEE.js";
} from "../../../chunk-MBMEJIPU.js";
import "../../../chunk-D5O3ERJU.js";
import "../../../chunk-TAH2GVTJ.js";
import "../../../chunk-XVGZYVNR.js";
import "../../../chunk-6NPQ43ZP.js";
import "../../../chunk-YM5Y4NAT.js";
import "../../../chunk-SZ5NBBX7.js";
import "../../../chunk-4PVU7J25.js";

@@ -12,0 +12,0 @@

import {
ServerTransport
} from "../../../chunk-N2UT2H2D.js";
} from "../../../chunk-PCBPPTXH.js";
import {
WebSocketConnection
} from "../../../chunk-BMSEVPGM.js";
import "../../../chunk-FEMGSUEE.js";
} from "../../../chunk-MBMEJIPU.js";
import "../../../chunk-D5O3ERJU.js";
import "../../../chunk-TAH2GVTJ.js";
import "../../../chunk-XVGZYVNR.js";
import "../../../chunk-6NPQ43ZP.js";
import "../../../chunk-YM5Y4NAT.js";
import "../../../chunk-SZ5NBBX7.js";
import "../../../chunk-4PVU7J25.js";

@@ -12,0 +12,0 @@

import {
ClientTransport
} from "../chunk-4GCILF7L.js";
} from "../chunk-5CNNIOAO.js";
import {
ServerTransport
} from "../chunk-N2UT2H2D.js";
} from "../chunk-PCBPPTXH.js";
import {

@@ -11,11 +11,11 @@ Connection,

Transport
} from "../chunk-FEMGSUEE.js";
} from "../chunk-D5O3ERJU.js";
import "../chunk-TAH2GVTJ.js";
import {
SessionState
} from "../chunk-XVGZYVNR.js";
} from "../chunk-YM5Y4NAT.js";
import {
OpaqueTransportMessageSchema,
TransportMessageSchema
} from "../chunk-6NPQ43ZP.js";
} from "../chunk-SZ5NBBX7.js";
import "../chunk-4PVU7J25.js";

@@ -22,0 +22,0 @@ export {

@@ -5,11 +5,11 @@ import {

pushable
} from "../chunk-JTZVFCMT.js";
} from "../chunk-SGSRNAWJ.js";
import {
SessionStateGraph,
defaultTransportOptions
} from "../chunk-XVGZYVNR.js";
} from "../chunk-YM5Y4NAT.js";
import {
coerceErrorString,
generateId
} from "../chunk-6NPQ43ZP.js";
} from "../chunk-SZ5NBBX7.js";
import "../chunk-4PVU7J25.js";

@@ -16,0 +16,0 @@

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

@@ -76,2 +76,12 @@ "exports": {

},
"engines": {
"node": ">=16"
},
"keywords": [
"rpc",
"websockets",
"jsonschema"
],
"author": "Jacky Zhao",
"license": "MIT",
"scripts": {

@@ -85,3 +95,2 @@ "check": "tsc --noEmit && npm run format && npm run lint",

"build": "rm -rf dist && tsup && du -sh dist",
"prepack": "npm run build",
"release": "npm publish --access public",

@@ -93,13 +102,3 @@ "test:ui": "echo \"remember to go to /__vitest__ in the webview\" && vitest --ui --api.host 0.0.0.0 --api.port 3000",

"bench": "vitest bench"
},
"engines": {
"node": ">=16"
},
"keywords": [
"rpc",
"websockets",
"jsonschema"
],
"author": "Jacky Zhao",
"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

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

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

Sorry, the diff of this file is not supported yet

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