You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

trpc-nestjs-adapter

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trpc-nestjs-adapter - npm Package Compare versions

Comparing version

to
1.0.0-alpha.10

2

dist/build-nest-resolver.d.ts

@@ -24,4 +24,4 @@ import { ModuleRef } from '@nestjs/core';

};
attachToReqObject: (anything: Record<string, any>) => any;
attachToReqObject: (_trpc_nest_adapter_meta: Record<string, any>) => void;
};
//# sourceMappingURL=build-nest-resolver.d.ts.map

@@ -20,3 +20,5 @@ "use strict";

resolveNestDependency,
attachToReqObject: (anything) => Object.assign(req, anything),
attachToReqObject: (_trpc_nest_adapter_meta) => {
req._trpc_nest_adapter_meta = _trpc_nest_adapter_meta;
},
};

@@ -23,0 +25,0 @@ }

{
"name": "trpc-nestjs-adapter",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "TRPC adapter for NestJS",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet