Socket
Socket
Sign inDemoInstall

formidable

Package Overview
Dependencies
20
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

CHANGELOG.md

34

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc