Socket
Socket
Sign inDemoInstall

@types/express-busboy

Package Overview
Dependencies
14
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.3 to 8.0.0

13

express-busboy/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for express-busboy 6.0
// Type definitions for express-busboy 8.0
// Project: https://github.com/yahoo/express-busboy

@@ -11,9 +11,10 @@ // Definitions by: Pinguet62 <https://github.com/pinguet62>

export interface ExpressBusboyOptions extends connectBusboy.ConnectBusboyOptions {
upload?: boolean | undefined;
path?: string | undefined;
allowedPath?: string | RegExp | ((url: string) => boolean) | undefined;
restrictMultiple?: boolean | undefined;
mimeTypeLimit?: string | string[] | undefined;
upload?: boolean;
path?: string;
allowedPath?: string | RegExp | ((url: string) => boolean);
restrictMultiple?: boolean;
mimeTypeLimit?: string | string[];
strip?: (value: string, type?: string) => string;
}
export function extend(app: express.Application, options?: ExpressBusboyOptions): express.Application;
{
"name": "@types/express-busboy",
"version": "6.0.3",
"version": "8.0.0",
"description": "TypeScript definitions for express-busboy",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-busboy",

},
"typesPublisherContentHash": "2686daf073bb5548f4f890fb450324e125fca35678d36fe779647f36b5e611f1",
"typesPublisherContentHash": "e20f8fa1fafb7a6a2694d393bf8efa24284250e34bc4fb58a5dc237cf5021ab6",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

````ts
// Type definitions for express-busboy 6.0
// Type definitions for express-busboy 8.0
// Project: https://github.com/yahoo/express-busboy

@@ -22,7 +22,8 @@ // Definitions by: Pinguet62 <https://github.com/pinguet62>

export interface ExpressBusboyOptions extends connectBusboy.ConnectBusboyOptions {
upload?: boolean | undefined;
path?: string | undefined;
allowedPath?: string | RegExp | ((url: string) => boolean) | undefined;
restrictMultiple?: boolean | undefined;
mimeTypeLimit?: string | string[] | undefined;
upload?: boolean;
path?: string;
allowedPath?: string | RegExp | ((url: string) => boolean);
restrictMultiple?: boolean;
mimeTypeLimit?: string | string[];
strip?: (value: string, type?: string) => string;
}

@@ -35,3 +36,3 @@

### Additional Details
* Last updated: Thu, 08 Jul 2021 12:01:17 GMT
* Last updated: Mon, 09 Aug 2021 17:01:26 GMT
* Dependencies: [@types/connect-busboy](https://npmjs.com/package/@types/connect-busboy), [@types/express](https://npmjs.com/package/@types/express)

@@ -38,0 +39,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc