Socket
Socket
Sign inDemoInstall

await-busboy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

await-busboy - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

History.md
1.0.3 / 2018-01-02
==================
* update mocha, standard, busboy, formstream deps
* update travis node versions
1.0.2 / 2018-01-02

@@ -3,0 +9,0 @@ ==================

10

index.js

@@ -36,7 +36,7 @@ 'use strict'

busboy
.on('field', onField)
.on('file', onFile)
.on('close', cleanup)
.on('error', onEnd)
.on('finish', onEnd)
.on('field', onField)
.on('file', onFile)
.on('close', cleanup)
.on('error', onEnd)
.on('finish', onEnd)

@@ -43,0 +43,0 @@ busboy.on('partsLimit', () => {

{
"name": "await-busboy",
"description": "An awaitable busboy multipart parser",
"version": "1.0.2",
"version": "1.0.3",
"author": {

@@ -24,10 +24,10 @@ "name": "Aaron Heckmann",

"black-hole-stream": "0.0.1",
"busboy": "0.2.14"
"busboy": "0.3.0"
},
"devDependencies": {
"co": "4.6.x",
"formstream": "^1.1.0",
"istanbul": "0.4.x",
"formstream": "1.0.x",
"mocha": "3.1.x",
"standard": "^8.5.0"
"mocha": "^6.0.2",
"standard": "^12.0.1"
},

@@ -34,0 +34,0 @@ "scripts": {

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