formidable
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "formidable", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "description": "A node.js module for parsing form data, especially file uploads.", | ||
"access": "public", | ||
"tag": "v2" | ||
"tag": "v2-latest" | ||
}, | ||
@@ -34,6 +34,6 @@ "scripts": { | ||
"dependencies": { | ||
"dezalgo": "1.0.3", | ||
"hexoid": "1.0.0", | ||
"once": "1.4.0", | ||
"qs": "6.9.3" | ||
"dezalgo": "^1.0.4", | ||
"hexoid": "^1.0.0", | ||
"once": "^1.4.0", | ||
"qs": "^6.11.0" | ||
}, | ||
@@ -65,2 +65,12 @@ "devDependencies": { | ||
}, | ||
"keywords": [ | ||
"multipart", | ||
"form", | ||
"data", | ||
"querystring", | ||
"www", | ||
"json", | ||
"ulpoad", | ||
"file" | ||
], | ||
"husky": { | ||
@@ -90,13 +100,3 @@ "hooks": { | ||
] | ||
}, | ||
"keywords": [ | ||
"multipart", | ||
"form", | ||
"data", | ||
"querystring", | ||
"www", | ||
"json", | ||
"ulpoad", | ||
"file" | ||
] | ||
} | ||
} |
@@ -50,3 +50,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}`; | ||
} | ||
@@ -53,0 +53,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
94710
21
+ Addedcall-bind@1.0.7(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addeddezalgo@1.0.4(transitive)
+ Addedes-define-property@1.0.0(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.4(transitive)
+ Addedgopd@1.0.1(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-proto@1.0.3(transitive)
+ Addedhas-symbols@1.0.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedobject-inspect@1.13.2(transitive)
+ Addedqs@6.13.0(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedside-channel@1.0.6(transitive)
- Removeddezalgo@1.0.3(transitive)
- Removedqs@6.9.3(transitive)
Updateddezalgo@^1.0.4
Updatedhexoid@^1.0.0
Updatedonce@^1.4.0
Updatedqs@^6.11.0