Socket
Socket
Sign inDemoInstall

formidable

Package Overview
Dependencies
0
Maintainers
10
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 2.0.0-canary.20200129.2

CHANGELOG.md

53

package.json
{
"name": "formidable",
"version": "2.0.0-canary.20200129.2",
"license": "MIT",
"description": "A node.js module for parsing form data, especially file uploads.",
"homepage": "https://github.com/felixge/node-formidable",
"license": "MIT",
"version": "1.2.1",
"devDependencies": {
"gently": "^0.8.0",
"findit": "^0.1.2",
"hashish": "^0.0.4",
"urun": "^0.0.6",
"utest": "^0.0.8",
"request": "^2.11.4"
"homepage": "https://github.com/node-formidable/node-formidable",
"funding": "https://ko-fi.com/tunnckoCore/commissions",
"repository": "node-formidable/node-formidable",
"main": "./src/index.js",
"files": [
"src"
],
"publishConfig": {
"access": "public",
"tag": "canary"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/index",
"scripts": {
"test": "node test/run.js",
"clean": "rm test/tmp/*"
"cleanup": "rm -rf test/tmp",
"lint": "eslint . --cache --fix --quiet --format codeframe",
"pretest": "yarn run cleanup",
"test": "mkdir test/tmp && node test/run.js"
},
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-formidable.git"
},
"bugs": {
"url": "http://github.com/felixge/node-formidable/issues"
},
"optionalDependencies": {}
"devDependencies": {
"@tunnckocore/prettier-config": "^1.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"prettier-plugin-pkgjson": "^0.2.0",
"request": "^2.11.4",
"urun": "^0.0.6",
"utest": "^0.0.8"
}
}

Sorry, the diff of this file is not supported yet

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