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.10.3 to 0.10.4

dist/chunk-FWPZDOFL.js

2

dist/router/index.js

@@ -11,3 +11,3 @@ import {

serializeService
} from "../chunk-IYRPZPSQ.js";
} from "../chunk-FWPZDOFL.js";
import "../chunk-ZE4MX7DF.js";

@@ -14,0 +14,0 @@ import "../chunk-SLUSVGQH.js";

import {
UNCAUGHT_ERROR,
pushable
} from "../chunk-IYRPZPSQ.js";
} from "../chunk-FWPZDOFL.js";
import "../chunk-ORAG7IAU.js";

@@ -6,0 +6,0 @@ import {

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

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

},
"scripts": {
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"build": "tsup && du -sh dist",
"prepack": "npm run build",
"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 --test-timeout=500",
"bench": "vitest bench"
},
"engines": {

@@ -84,3 +74,12 @@ "node": ">=16"

"author": "Jacky Zhao",
"license": "MIT"
}
"license": "MIT",
"scripts": {
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"build": "rm -rf dist && tsup && du -sh dist",
"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 --test-timeout=500",
"bench": "vitest bench"
}
}

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