Socket
Socket
Sign inDemoInstall

busboy

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busboy - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

package.json
{ "name": "busboy",
"version": "0.0.8",
"version": "0.0.9",
"author": "Brian White <mscdex@mscdex.net>",

@@ -7,4 +7,4 @@ "description": "A streaming parser for HTML form data for node.js",

"dependencies": {
"dicer": "0.1.3",
"readable-stream": "1.1.7"
"dicer": "0.1.4",
"readable-stream": "1.1.x"
},

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

@@ -33,3 +33,3 @@ Description

var busboy = new Busboy({ headers: req.headers });
busboy.on('file', function(fieldname, file, filename, encoding) {
busboy.on('file', function(fieldname, file, filename, encoding, mimetype) {
console.log('File [' + fieldname +']: filename: ' + filename + ', encoding: ' + encoding);

@@ -36,0 +36,0 @@ file.on('data', function(data) {

var Decoder = require('../lib/utils').Decoder;
var assert = require('assert');
var path = require('path'),

@@ -5,0 +4,0 @@ assert = require('assert');

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