🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

busboy-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busboy-wrapper

busboy wrapper for multipart uploads

latest
Source
npmnpm
Version
2.1.2
Version published
Weekly downloads
32
28%
Maintainers
1
Weekly downloads
 
Created
Source

busboy-wrapper

busboy multi part file wrapper

js-standard-style build status npm downloads

http-server.js:

const busboy = require('busboy-wrapper')
async function upload (req, res) {
  const { fields, files } = await busboy(req)
}

install

With npm do:

npm install busboy-wrapper

license

MIT

Keywords

file upload multipart busboy

FAQs

Package last updated on 06 Apr 2021

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