Socket
Socket
Sign inDemoInstall

@effect/rpc

Package Overview
Dependencies
Maintainers
3
Versions
262
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.5.0 to 0.6.0

8

package.json
{
"name": "@effect/rpc",
"version": "0.5.0",
"version": "0.6.0",
"description": "",

@@ -28,6 +28,6 @@ "license": "MIT",

"peerDependencies": {
"@effect/data": "^0.18.3",
"@effect/io": "^0.39.0",
"@effect/schema": "^0.34.0"
"@effect/data": "^0.18.4",
"@effect/io": "^0.40.0",
"@effect/schema": "^0.35.0"
}
}

@@ -142,3 +142,3 @@ /**

*/
type Errors<S extends DefinitionWithId> = Schema.To<S[RpcServiceErrorId]>;
type Errors<S extends DefinitionWithId> = Schema.Schema.To<S[RpcServiceErrorId]>;
/**

@@ -148,3 +148,3 @@ * @category utils

*/
type ErrorsFrom<S extends DefinitionWithId> = Schema.From<S[RpcServiceErrorId]>;
type ErrorsFrom<S extends DefinitionWithId> = Schema.Schema.From<S[RpcServiceErrorId]>;
/**

@@ -151,0 +151,0 @@ * @category utils

@@ -172,3 +172,3 @@ /**

*/
export type Errors<S extends DefinitionWithId> = Schema.To<
export type Errors<S extends DefinitionWithId> = Schema.Schema.To<
S[RpcServiceErrorId]

@@ -181,3 +181,3 @@ >

*/
export type ErrorsFrom<S extends DefinitionWithId> = Schema.From<
export type ErrorsFrom<S extends DefinitionWithId> = Schema.Schema.From<
S[RpcServiceErrorId]

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