New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@orpc/client

Package Overview
Dependencies
Maintainers
0
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orpc/client - npm Package Compare versions

Comparing version 0.0.0-next.1d55ec0 to 0.0.0-next.55d0b4f

1

dist/index.js

@@ -83,1 +83,2 @@ // src/procedure.ts

};
//# sourceMappingURL=index.js.map

@@ -7,1 +7,2 @@ /** unnoq */

export declare const createORPCClient: typeof createRouterClient;
//# sourceMappingURL=index.d.ts.map

@@ -27,1 +27,2 @@ import type { Promisable } from '@orpc/shared';

export declare function createProcedureClient<TInputSchema extends Schema, TOutputSchema extends Schema, TFuncOutput extends SchemaOutput<TOutputSchema>>(options: CreateProcedureClientOptions): ProcedureClient<TInputSchema, TOutputSchema, TFuncOutput>;
//# sourceMappingURL=procedure.d.ts.map

@@ -34,1 +34,2 @@ import type { ContractProcedure, ContractRouter, SchemaOutput } from '@orpc/contract';

export declare function createRouterClient<TRouter extends Router<any> | ContractRouter>(options: CreateRouterClientOptions): TRouter extends Router<any> ? RouterClientWithRouter<TRouter> : TRouter extends ContractRouter ? RouterClientWithContractRouter<TRouter> : never;
//# sourceMappingURL=router.d.ts.map

18

package.json
{
"name": "@orpc/client",
"type": "module",
"version": "0.0.0-next.1d55ec0",
"version": "0.0.0-next.55d0b4f",
"license": "MIT",

@@ -27,18 +27,20 @@ "homepage": "https://orpc.unnoq.com",

"files": [
"!dist/*.tsbuildinfo",
"!**/*.map",
"!**/*.tsbuildinfo",
"dist"
],
"peerDependencies": {
"@orpc/contract": "0.0.0-next.1d55ec0",
"@orpc/server": "0.0.0-next.1d55ec0"
"@orpc/contract": "0.0.0-next.55d0b4f",
"@orpc/server": "0.0.0-next.55d0b4f"
},
"dependencies": {
"@orpc/shared": "0.0.0-next.1d55ec0",
"@orpc/transformer": "0.0.0-next.1d55ec0"
"@orpc/transformer": "0.0.0-next.55d0b4f",
"@orpc/shared": "0.0.0-next.55d0b4f"
},
"devDependencies": {
"zod": "^3.23.8"
"zod": "^3.23.8",
"@orpc/openapi": "0.0.0-next.55d0b4f"
},
"scripts": {
"build": "tsup --clean --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
"build:watch": "pnpm run build --watch",

@@ -45,0 +47,0 @@ "type:check": "tsc -b"

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