Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

then-busboy

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

then-busboy - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

9

package.json
{
"name": "then-busboy",
"description": "Promise-based wrapper around Busboy. Processes multipart/form-data request body and returns it in a single object.",
"version": "5.2.0",
"version": "5.2.1",
"author": "Nick K. <io@octetstream.me>",

@@ -12,3 +12,4 @@ "license": "MIT",

"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
"require": "./lib/cjs/index.js",
"types": "./@type/index.d.ts"
},

@@ -38,3 +39,3 @@ "engines": {

"test": "ava --fail-fast",
"cleanup": "npx rimraf @type \"lib/**/*.js\"",
"cleanup": "rimraf @type \"lib/**/*.js\"",
"prepare": "npm run cleanup && npm run build",

@@ -65,3 +66,2 @@ "_postinstall": "husky install",

"c8": "7.11.3",
"codecov": "3.8.3",
"eslint": "7.32.0",

@@ -79,2 +79,3 @@ "eslint-config-airbnb-typescript": "12.3.1",

"proxyquire": "2.1.3",
"rimraf": "^3.0.2",
"sinon": "14.0.0",

@@ -81,0 +82,0 @@ "supertest": "6.2.3",

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