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

@orpc/shared

Package Overview
Dependencies
Maintainers
2
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orpc/shared - npm Package Compare versions

Comparing version 0.0.0-next.f22c7ec to 0.0.0-next.f56d2b3

dist/src/chain.d.ts

2

dist/src/hook.d.ts

@@ -21,3 +21,3 @@ import type { Arrayable, Promisable } from 'type-fest';

export interface BaseHookMeta<TOutput> {
next: () => Promise<TOutput>;
next(): Promise<TOutput>;
}

@@ -24,0 +24,0 @@ export interface Hooks<TInput, TOutput, TContext, TMeta extends (Record<string, any> & {

@@ -0,1 +1,2 @@

export * from './chain';
export * from './constants';

@@ -2,0 +3,0 @@ export * from './error';

{
"name": "@orpc/shared",
"type": "module",
"version": "0.0.0-next.f22c7ec",
"version": "0.0.0-next.f56d2b3",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://orpc.unnoq.com",

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