Socket
Socket
Sign inDemoInstall

@types/multer

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

@types/multer - npm Package Compare versions

Comparing version 1.3.9 to 1.3.10

4

multer/index.d.ts

@@ -46,5 +46,5 @@ // Type definitions for multer 1.3

headerPairs?: number;
/** Keep the full path of files instead of just the base name (Default: false) */
preservePath?: boolean;
};
/** Keep the full path of files instead of just the base name (Default: false) */
preservePath?: boolean;
/** A function to control which files to upload and which to skip. */

@@ -51,0 +51,0 @@ fileFilter?(req: Express.Request, file: Express.Multer.File, callback: (error: Error | null, acceptFile: boolean) => void): void;

{
"name": "@types/multer",
"version": "1.3.9",
"version": "1.3.10",
"description": "TypeScript definitions for multer",

@@ -48,4 +48,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "d38c602a850481b3cef261133855f151900b0f434097911bfdd5ea603d6693d3",
"typesPublisherContentHash": "39d3fe14ef10f272311215dd61734a2473e1cd5a4c82d4ee00571742dfbfacfb",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 19 Aug 2019 00:51:17 GMT
* Last updated: Wed, 25 Sep 2019 18:34:17 GMT
* Dependencies: @types/express

@@ -14,0 +14,0 @@ * Global values: none

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