Socket
Socket
Sign inDemoInstall

@nestjs/common

Package Overview
Dependencies
Maintainers
1
Versions
364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/common - npm Package Compare versions

Comparing version 8.4.5 to 8.4.6

http/interfaces/raw-body-request.interface.d.ts

1

http/interfaces/index.d.ts
export * from './http-module.interface';
export * from './raw-body-request.interface';

@@ -5,1 +5,2 @@ "use strict";

tslib_1.__exportStar(require("./http-module.interface"), exports);
tslib_1.__exportStar(require("./raw-body-request.interface"), exports);

2

interfaces/http/http-server.interface.d.ts

@@ -43,3 +43,3 @@ import { RequestMethod } from '../../enums';

getInstance(): any;
registerParserMiddleware(): any;
registerParserMiddleware(...args: any[]): any;
enableCors(options: CorsOptions | CorsOptionsDelegate<TRequest>): any;

@@ -46,0 +46,0 @@ getHttpServer(): any;

@@ -20,2 +20,6 @@ import { CorsOptions, CorsOptionsDelegate } from './external/cors-options.interface';

httpsOptions?: HttpsOptions;
/**
* Whether to register the raw request body on the request. Use `req.rawBody`.
*/
rawBody?: boolean;
}
{
"name": "@nestjs/common",
"version": "8.4.5",
"version": "8.4.6",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

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