Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nestjs-form-data

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-form-data - npm Package Compare versions

Comparing version 1.4.3 to 1.4.5

4

dist/interceptors/FormData.interceptor.d.ts

@@ -6,6 +6,6 @@ import { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common';

private globalConfig;
private reflector;
constructor(globalConfig: FormDataInterceptorConfig, reflector: Reflector);
reflector: Reflector;
constructor(globalConfig: FormDataInterceptorConfig);
intercept(context: ExecutionContext, next: CallHandler<any>): Promise<any>;
}
//# sourceMappingURL=FormData.interceptor.d.ts.map

@@ -26,5 +26,5 @@ "use strict";

let FormDataInterceptor = class FormDataInterceptor {
constructor(globalConfig, reflector) {
constructor(globalConfig) {
this.globalConfig = globalConfig;
this.reflector = reflector;
this.reflector = new core_1.Reflector();
}

@@ -61,5 +61,5 @@ async intercept(context, next) {

__param(0, common_1.Inject(global_config_inject_token_config_1.GLOBAL_CONFIG_INJECT_TOKEN)),
__metadata("design:paramtypes", [Object, core_1.Reflector])
__metadata("design:paramtypes", [Object])
], FormDataInterceptor);
exports.FormDataInterceptor = FormDataInterceptor;
//# sourceMappingURL=FormData.interceptor.js.map
{
"name": "nestjs-form-data",
"version": "1.4.3",
"version": "1.4.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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