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

@effect/rpc

Package Overview
Dependencies
Maintainers
0
Versions
290
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.33.3 to 0.34.0

2

dist/dts/Router.d.ts

@@ -111,3 +111,3 @@ /**

readonly spanPrefix?: string;
}) => (u: unknown) => Effect.Effect<ReadonlyArray<Router.ResponseEffect>, ParseError, Router.Context<R>>;
}) => (u: unknown) => Effect.Effect<Array<Router.ResponseEffect>, ParseError, Router.Context<R>>;
/**

@@ -114,0 +114,0 @@ * @since 1.0.0

{
"name": "@effect/rpc",
"version": "0.33.3",
"version": "0.34.0",
"description": "Functional programming in TypeScript",

@@ -13,5 +13,5 @@ "license": "MIT",

"peerDependencies": {
"@effect/platform": "^0.60.3",
"@effect/schema": "^0.69.3",
"effect": "^3.5.9"
"@effect/platform": "^0.61.0",
"@effect/schema": "^0.70.0",
"effect": "^3.6.0"
},

@@ -18,0 +18,0 @@ "publishConfig": {

@@ -320,3 +320,3 @@ /**

return (u: unknown): Effect.Effect<ReadonlyArray<Router.ResponseEffect>, ParseError, Router.Context<R>> =>
return (u: unknown): Effect.Effect<Array<Router.ResponseEffect>, ParseError, Router.Context<R>> =>
Effect.flatMap(

@@ -323,0 +323,0 @@ decode(u),

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