New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-form-post

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-form-post - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.eslintignore

25

package.json
{
"name": "express-form-post",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple, reliable express http file and post body handler.",
"main": "./src/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/test/bin/server.js",
"start:dev": "nodemon src/test/bin/server.js"
"start": "node test/bin/server.js",
"start:dev": "nodemon test/bin/server.js"
},
"keywords": [],
"author": "",
"keywords": [
"fileupload",
"amazon",
"aws",
"s3",
"disk"
],
"author": "Danny Cho (dannycho7)",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.56.0",
"busboy": "^0.2.14",
"concat-stream": "^1.6.0"
"concat-stream": "^1.6.0",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"eslint": "^3.19.0",
"express": "^4.15.3",
"morgan": "^1.8.2",
"nodemon": "^1.11.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc