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.2 to 1.3.3

4

multer/index.d.ts

@@ -7,3 +7,5 @@ // Type definitions for multer 1.3

// Michael Ledin <https://github.com/mxl>
// HyunSeob Lee <https://github.com/hyunseob>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1

@@ -51,3 +53,3 @@ import * as express from 'express';

interface StorageEngine {
_handleFile(req: express.Request, file: Express.Multer.File, callback: (error?: any, info?: Express.Multer.File) => void): void;
_handleFile(req: express.Request, file: Express.Multer.File, callback: (error?: any, info?: Partial<Express.Multer.File>) => void): void;
_removeFile(req: express.Request, file: Express.Multer.File, callback: (error: Error) => void): void;

@@ -54,0 +56,0 @@ }

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

@@ -22,2 +22,6 @@ "license": "MIT",

"url": "https://github.com/mxl"
},
{
"name": "HyunSeob Lee",
"url": "https://github.com/hyunseob"
}

@@ -34,5 +38,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "14a27a19c4e695eba529e52d878575351589ddfcf5b434ed8019b7b07e7dc1fd",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "b72f3eea1494d4de156bd2a0c5a4e1ce0805b04e43371c01cb55d757b8a8f406",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 19 Jun 2017 14:21:07 GMT
* Last updated: Wed, 23 Aug 2017 17:50:59 GMT
* Dependencies: express

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by jt000 <https://github.com/jt000>, vilicvane <https://vilic.github.io/>, David Broder-Rodgers <https://github.com/DavidBR-SW>, Michael Ledin <https://github.com/mxl>.
These definitions were written by jt000 <https://github.com/jt000>, vilicvane <https://vilic.github.io/>, David Broder-Rodgers <https://github.com/DavidBR-SW>, Michael Ledin <https://github.com/mxl>, HyunSeob Lee <https://github.com/hyunseob>.

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