nestjs-form-data
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "nestjs-form-data", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "NestJS middleware for handling multipart/form-data, which is primarily used for uploading files", | ||
@@ -33,3 +33,3 @@ "main": "dist/index", | ||
"@types/type-is": "^1.6.3", | ||
"class-transformer": "^0.4.0", | ||
"class-transformer": "^0.5.1", | ||
"class-validator": "^0.13.1", | ||
@@ -47,3 +47,3 @@ "jest": "^26.6.3", | ||
"@nestjs/core": "^7.0.0 || ^8.0.0", | ||
"class-transformer": "^0.4.0", | ||
"class-transformer": "^0.4.0 || ^0.5.1", | ||
"class-validator": "^0.13.1", | ||
@@ -50,0 +50,0 @@ "reflect-metadata": "^0.1.13", |
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
66850