🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nanoexpress/middleware-formidable

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nanoexpress/middleware-formidable

Formidable middleware for nanoexpress

latest
Source
npmnpm
Version
1.1.4
Version published
Weekly downloads
440
-88.27%
Maintainers
1
Weekly downloads
 
Created
Source

formidable

Formidable middleware for nanoexpress

Installation

npm i @nanoexpress/middleware-formidable
# or
yarn add @nanoexpress/middleware-formidable

Example

See the examples directory

Usage

ESM Module

import formidable from '@nanoexpress/middleware-formidable';

app.use(formidable());

CJS Module

const formidable = require('@nanoexpress/middleware-formidable/cjs');

app.use(formidable());

Options

See here

License

MIT

Keywords

nanoexpress

FAQs

Package last updated on 02 Mar 2023

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