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

async-busboy

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-busboy - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

1

index.js

@@ -26,3 +26,2 @@ 'use strict';

.on('file', customOnFile || onFile.bind(null, filePromises))
.on('close', cleanup)
.on('error', onError)

@@ -29,0 +28,0 @@ .on('end', onEnd)

4

package.json
{
"name": "async-busboy",
"version": "1.0.1",
"version": "1.1.0",
"description": "Promise based multipart form parser",

@@ -23,3 +23,3 @@ "main": "index.js",

"dependencies": {
"busboy": "^0.2.12"
"busboy": "^0.3.1"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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