New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 1.2.1

History.md

5

index.js

@@ -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) {

2

package.json
{
"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

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