🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

formidable

Package Overview
Dependencies
Maintainers
5
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formidable - npm Package Compare versions

Comparing version

to
2.1.4

13

package.json
{
"name": "formidable",
"version": "2.1.3",
"version": "2.1.4",
"license": "MIT",

@@ -23,10 +23,9 @@ "description": "A node.js module for parsing form data, especially file uploads.",

"lint:prepare": "eslint --cache --fix --quiet --format codeframe",
"reinstall": "del-cli ./node_modules ./yarn.lock",
"reinstall": "rm -rf ./node_modules ./yarn.lock",
"postreinstall": "yarn setup",
"setup": "yarn",
"pretest": "del-cli ./test/tmp && make-dir ./test/tmp",
"test": "jest --coverage",
"pretest": "rm -rf ./test/tmp && mkdir -p ./test/tmp",
"test:local": "jest --coverage",
"pretest:ci": "yarn run pretest",
"test:ci": "nyc jest --coverage",
"test:jest": "jest --coverage"
"test": "nyc jest --coverage"
},

@@ -41,3 +40,2 @@ "dependencies": {

"@tunnckocore/prettier-config": "1.3.8",
"del-cli": "3.0.0",
"eslint": "6.8.0",

@@ -52,3 +50,2 @@ "eslint-config-airbnb-base": "14.1.0",

"koa": "2.11.0",
"make-dir-cli": "2.0.0",
"nyc": "15.0.1",

@@ -55,0 +52,0 @@ "prettier": "2.0.5",

@@ -17,3 +17,3 @@ /* eslint-disable class-methods-use-this */

process.env.NODE_ENV
}-${os.platform()}-${os.hostname()}-${os.machine()}`;
}-${os.platform()}-${os.hostname()}`;
const createId = cuid2.init({

@@ -20,0 +20,0 @@ length: 25,