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

co-busboy

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-busboy - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

6

History.md
1.4.1 / 2020-07-30
==================
**fixes**
* [[`95127c9`](http://github.com/cojs/busboy/commit/95127c9ae202024b8117b35403cb52680b1aef81)] - fix: compatible with node14 (#42) (killa <<killa123@126.com>>)
1.4.0 / 2017-10-12

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

9

index.js

@@ -124,2 +124,4 @@ var Busboy = require('busboy')

cleanup()
busboy.removeListener('finish', onEnd)
busboy.removeListener('error', onEnd)
ch(lastError)

@@ -129,2 +131,4 @@ }

function cleanup() {
// keep finish listener to wait all data flushed
// keep error listener to wait stream error
request.removeListener('close', cleanup)

@@ -134,8 +138,3 @@ busboy.removeListener('field', onField)

busboy.removeListener('close', cleanup)
busboy.removeListener('error', onEnd)
busboy.removeListener('partsLimit', onEnd)
busboy.removeListener('filesLimit', onEnd)
busboy.removeListener('fieldsLimit', onEnd)
busboy.removeListener('finish', onEnd)
}
}
{
"name": "co-busboy",
"description": "Busboy multipart parser as a yieldable",
"version": "1.4.0",
"version": "1.4.1",
"author": {

@@ -26,6 +26,6 @@ "name": "Jonathan Ong",

"devDependencies": {
"co": "*",
"co": "^4.6.0",
"formstream": "~1.0.0",
"istanbul": "*",
"mocha": "*"
"istanbul": "^0.4.5",
"mocha": "^4.0.1"
},

@@ -32,0 +32,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