Socket
Socket
Sign inDemoInstall

express-data-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-data-parser

Middleware data parser for images and files using formidable


Version published
Weekly downloads
696
decreased by-23.43%
Maintainers
1
Weekly downloads
 
Created
Source

express-data-parser

Installation

To install it with NPM:

npm install express-data-parser --save

Configuration

It uses formidable in the back-end, so the configuration options are the same:

Configuration options for Formidable

Just pass them as the parameter:

var dataParser = require('express-data-parser');

// ...

app.use(dataParser({
  encoding: 'utf-8',
  uploadDir = "/my/dir"
  // ...
}));

Author & License

Francisco Presencia Fandos under the MIT License.

Keywords

FAQs

Package last updated on 13 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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