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

@effect/rpc

Package Overview
Dependencies
Maintainers
3
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.26.4 to 0.26.5

2

dist/dts/internal/schema.d.ts

@@ -5,4 +5,4 @@ type JsonArray = ReadonlyArray<Json>;

};
export type Json = null | boolean | number | string | JsonArray | JsonObject;
export type Json = undefined | null | boolean | number | string | JsonArray | JsonObject;
export {};
//# sourceMappingURL=schema.d.ts.map
{
"name": "@effect/rpc",
"version": "0.26.4",
"version": "0.26.5",
"description": "Functional programming in TypeScript",

@@ -12,4 +12,4 @@ "license": "MIT",

"peerDependencies": {
"@effect/schema": "^0.60.1",
"effect": "^2.0.5"
"@effect/schema": "^0.60.2",
"effect": "^2.1.0"
},

@@ -16,0 +16,0 @@ "main": "./dist/cjs/index.js",

@@ -13,3 +13,3 @@ import * as AST from "@effect/schema/AST"

type JsonObject = { readonly [key: string]: Json }
export type Json = null | boolean | number | string | JsonArray | JsonObject
export type Json = undefined | null | boolean | number | string | JsonArray | JsonObject

@@ -16,0 +16,0 @@ /** @internal */

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