@nestjs/core
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -27,3 +27,3 @@ import { CanActivate, ExceptionFilter, NestInterceptor, PipeTransform, WebSocketAdapter } from '@nestjs/common'; | ||
startAllMicroservicesAsync(): Promise<void>; | ||
use(requestHandler: any): void; | ||
use(...args: any[]): void; | ||
listen(port: number, callback?: () => void): any; | ||
@@ -30,0 +30,0 @@ listen(port: number, hostname: string, callback?: () => void): any; |
@@ -102,4 +102,4 @@ "use strict"; | ||
} | ||
use(requestHandler) { | ||
this.express.use(requestHandler); | ||
use(...args) { | ||
this.express.use(...args); | ||
} | ||
@@ -106,0 +106,0 @@ listen(port, ...args) { |
{ | ||
"name": "@nestjs/core", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@core)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162344