formidable
Advanced tools
Comparing version 3.1.4 to 3.1.5
{ | ||
"name": "formidable", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A node.js module for parsing form data, especially file uploads.", |
@@ -48,3 +48,3 @@ /* eslint-disable no-underscore-dangle */ | ||
toString() { | ||
return `PersistentFile: ${this._file.newFilename}, Original: ${this._file.originalFilename}, Path: ${this._file.filepath}`; | ||
return `PersistentFile: ${this.newFilename}, Original: ${this.originalFilename}, Path: ${this.filepath}`; | ||
} | ||
@@ -51,0 +51,0 @@ |
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
90296