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.0 to 1.4.1

2

dist/decorators/validation/is-files.validator.js

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

function IsFiles(validationOptions) {
return common_1.applyDecorators(class_validator_1.IsArray(validationOptions), is_file_validator_1.IsFile(Object.assign(validationOptions, { each: true })));
return common_1.applyDecorators(class_validator_1.IsArray(validationOptions), is_file_validator_1.IsFile(Object.assign(validationOptions || {}, { each: true })));
}
exports.IsFiles = IsFiles;
//# sourceMappingURL=is-files.validator.js.map
{
"name": "nestjs-form-data",
"version": "1.4.0",
"version": "1.4.1",
"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