then-busboy
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -62,2 +62,7 @@ "use strict"; | ||
path = this.path; | ||
} // Prevent writing file to its source | ||
if (this.contents.path === path) { | ||
return resolve(); | ||
} | ||
@@ -64,0 +69,0 @@ |
{ | ||
"name": "then-busboy", | ||
"description": "Promise-based wrapper around Busboy. Process multipart/form-data content and returns it as a single object.", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "Nick K. <nick.kruchinin@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
48910
1076