then-busboy
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -144,2 +144,6 @@ "use strict"; | ||
toString() { | ||
return this.inspect(); | ||
} | ||
inspect() { | ||
@@ -146,0 +150,0 @@ return `<File: ${this.filename}>`; |
{ | ||
"name": "then-busboy", | ||
"description": "Promise-based wrapper around Busboy. Process multipart/form-data content and returns it as a single object.", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"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
25693
505