Socket
Socket
Sign inDemoInstall

@effect/rpc

Package Overview
Dependencies
Maintainers
3
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/rpc - npm Package Compare versions

Comparing version 0.16.2 to 0.16.3

2

dist/declarations/src/Router.d.ts

@@ -165,3 +165,3 @@ /**

*/
type Services<R extends Base> = RpcHandlers.Services<R["handlers"]>;
type Services<R extends Base> = R extends WithSetup ? Exclude<RpcHandlers.Services<R["handlers"]>, SetupServices<R>> : RpcHandlers.Services<R["handlers"]>;
/**

@@ -168,0 +168,0 @@ * @category router utils

{
"name": "@effect/rpc",
"version": "0.16.2",
"version": "0.16.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/effect-rpc.cjs.js",

@@ -277,3 +277,5 @@ /**

*/
export type Services<R extends Base> = RpcHandlers.Services<R["handlers"]>
export type Services<R extends Base> = R extends WithSetup
? Exclude<RpcHandlers.Services<R["handlers"]>, SetupServices<R>>
: RpcHandlers.Services<R["handlers"]>

@@ -280,0 +282,0 @@ /**

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