Comparing version 1.2.0 to 1.2.1
@@ -6,3 +6,2 @@ var Busboy = require('busboy') | ||
var isArray = Array.isArray; | ||
var slice = [].slice | ||
@@ -61,4 +60,4 @@ module.exports = function (request, options) { | ||
function onField(name, val) { | ||
var args = slice.call(arguments) | ||
function onField(name, val, fieldnameTruncated, valTruncated) { | ||
var args = [name, val, fieldnameTruncated, valTruncated] | ||
@@ -65,0 +64,0 @@ if (options.autoFields) { |
{ | ||
"name": "co-busboy", | ||
"description": "Busboy multipart parser as a yieldable", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
@@ -108,2 +108,3 @@ # co busboy | ||
Copyright (c) 2013 Jonathan Ong me@jongleberry.com | ||
Copyright (c) 2015 cojs and other contributors | ||
@@ -110,0 +111,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7070
7
127
82
1