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.1 to 1.3.2

2

multer/index.d.ts

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

/** A function to control which files to upload and which to skip. */
fileFilter?(req: Express.Request, file: Express.Multer.File, callback: (error: Error, acceptFile: boolean) => void): void;
fileFilter?(req: Express.Request, file: Express.Multer.File, callback: (error: Error | null, acceptFile: boolean) => void): void;
}

@@ -49,0 +49,0 @@

{
"name": "@types/multer",
"version": "1.3.1",
"version": "1.3.2",
"description": "TypeScript definitions for multer",

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

"peerDependencies": {},
"typesPublisherContentHash": "17a2c79ada60bf47e819f55483935d947f1885ad50f674e1dc500cb67a3dd526",
"typesPublisherContentHash": "14a27a19c4e695eba529e52d878575351589ddfcf5b434ed8019b7b07e7dc1fd",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 15 Jun 2017 20:15:09 GMT
* Last updated: Mon, 19 Jun 2017 14:21:07 GMT
* Dependencies: express

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

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