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.9.0 to 0.9.1

7

dist/router/builder.js

@@ -16,3 +16,8 @@ import { Type } from '@sinclair/typebox';

output: Type.Strict(procDef.output),
errors: Type.Strict(procDef.errors),
// Only add the `errors` field if it is non-never.
...('errors' in procDef
? {
errors: Type.Strict(procDef.errors),
}
: {}),
type: procDef.type,

@@ -19,0 +24,0 @@ // Only add the `init` field if the type declares it.

2

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.9.0",
"version": "0.9.1",
"type": "module",

@@ -8,0 +8,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