@nodeboot/context
Advanced tools
| import type { NodeBootAdapter } from "./NodeBootAdapter"; | ||
| import { IocContainer } from "../ioc"; | ||
| import { LoggerService } from "../services"; | ||
| export type OpenApiOptions = { | ||
| basePath?: string; | ||
| controllers: Function[]; | ||
| iocContainer: IocContainer; | ||
| logger: LoggerService; | ||
| }; | ||
| export interface OpenApiAdapter extends NodeBootAdapter { | ||
| bind(options: OpenApiOptions, server: any, router: any): void; | ||
| bind(options: OpenApiOptions, server: any, router: any): Promise<void>; | ||
| } | ||
| //# sourceMappingURL=OpenApiAdapter.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"OpenApiAdapter.d.ts","sourceRoot":"","sources":["../../src/adapters/OpenApiAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAEvD,MAAM,MAAM,cAAc,GAAG;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,QAAQ,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,cAAe,SAAQ,eAAe;IACnD,IAAI,CAAC,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,GAAG,IAAI,CAAC;CACjE"} | ||
| {"version":3,"file":"OpenApiAdapter.d.ts","sourceRoot":"","sources":["../../src/adapters/OpenApiAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAC,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAC,aAAa,EAAC,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,cAAc,GAAG;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,QAAQ,EAAE,CAAC;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,MAAM,EAAE,aAAa,CAAC;CACzB,CAAC;AAEF,MAAM,WAAW,cAAe,SAAQ,eAAe;IACnD,IAAI,CAAC,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC1E"} |
| import type { NodeBootAdapter } from "./NodeBootAdapter"; | ||
| import { OpenApiAdapter } from "./OpenApiAdapter"; | ||
| export interface OpenApiBridgeAdapter extends NodeBootAdapter { | ||
| bind(serverType: string): OpenApiAdapter; | ||
| bind(serverType: string): Promise<OpenApiAdapter>; | ||
| } | ||
| //# sourceMappingURL=OpenApiBridgeAdapter.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"OpenApiBridgeAdapter.d.ts","sourceRoot":"","sources":["../../src/adapters/OpenApiBridgeAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IACzD,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,cAAc,CAAC;CAC5C"} | ||
| {"version":3,"file":"OpenApiBridgeAdapter.d.ts","sourceRoot":"","sources":["../../src/adapters/OpenApiBridgeAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IACzD,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;CACrD"} |
+2
-6
| { | ||
| "name": "@nodeboot/context", | ||
| "version": "1.2.1", | ||
| "version": "1.3.0", | ||
| "description": "The first typescript example for the Monorepo example", | ||
@@ -43,8 +43,4 @@ "author": "Manuel Santos <ney.br.santos@gmail.com>", | ||
| "test": "jest --passWithNoTests", | ||
| "typecheck": "tsc", | ||
| "build:patch": "pnpm build && pnpm version patch", | ||
| "build:minor": "pnpm build && pnpm version minor", | ||
| "build:major": "pnpm build && pnpm version major", | ||
| "release": "pnpm publish --access public --no-git-checks" | ||
| "typecheck": "tsc" | ||
| } | ||
| } |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
120640
0.08%2448
0.16%