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.7 to 1.3.8

3

multer/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for multer 1.3

// HyunSeob Lee <https://github.com/hyunseob>
// Pierre Tchuente <https://github.com/PierreTchuente>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -116,2 +117,4 @@ // TypeScript Version: 2.2

destination: string;
/** The url where to get the uploaded file (aws S3 for example) */
location: string;
/** The name of the file within the destination (DiskStorage) */

@@ -118,0 +121,0 @@ filename: string;

13

multer/package.json
{
"name": "@types/multer",
"version": "1.3.7",
"version": "1.3.8",
"description": "TypeScript definitions for multer",

@@ -30,8 +30,15 @@ "license": "MIT",

"githubUsername": "hyunseob"
},
{
"name": "Pierre Tchuente",
"url": "https://github.com/PierreTchuente",
"githubUsername": "PierreTchuente"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/multer"
},

@@ -42,4 +49,4 @@ "scripts": {},

},
"typesPublisherContentHash": "a9c7854c43c33463a1917da57c717576a475ee46ba07404ef1366629d32b1a01",
"typesPublisherContentHash": "da5af1384e1a4902d232c8d1ff15103b13c1c651fa536cc07c7ca539f87f3686",
"typeScriptVersion": "2.2"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Wed, 13 Jun 2018 19:16:57 GMT
* Dependencies: express
* Last updated: Wed, 07 Aug 2019 20:49:08 GMT
* Dependencies: @types/express
* 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>, HyunSeob Lee <https://github.com/hyunseob>.
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>, and Pierre Tchuente <https://github.com/PierreTchuente>.

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