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

@replit/river

Package Overview
Dependencies
Maintainers
30
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.7.1 to 0.7.2

1

dist/codec/index.d.ts

@@ -0,3 +1,4 @@

export { BinaryCodec } from './binary';
export { NaiveJsonCodec } from './json';
export type { Codec } from './types';
//# sourceMappingURL=index.d.ts.map

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

export { BinaryCodec } from './binary';
export { NaiveJsonCodec } from './json';

6

package.json

@@ -5,3 +5,3 @@ {

"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!",
"version": "0.7.1",
"version": "0.7.2",
"type": "module",

@@ -31,6 +31,7 @@ "exports": {

"@types/ws": "^8.5.5",
"@vitest/ui": "^1.0.1",
"prettier": "^3.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},

@@ -43,2 +44,3 @@ "scripts": {

"release": "npm publish --access public",
"test:ui": "echo \"remember to go to /__vitest__ in the webview\" && vitest --ui --api.host 0.0.0.0 --api.port 3000",
"test": "vitest",

@@ -45,0 +47,0 @@ "bench": "vitest bench"

@@ -13,2 +13,4 @@ # river - Streaming Remote Procedure Calls

[![Run on Repl.it](https://replit.com/badge/github/replit/river)](https://replit.com/new/github/replit/river)
- `npm i` -- install dependencies

@@ -15,0 +17,0 @@ - `npm run check` -- lint

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