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.4.1 to 1.4.2

5

multer/index.d.ts
// Type definitions for multer 1.4
// Project: https://github.com/expressjs/multer
// Definitions by: jt000 <https://github.com/jt000>
// vilicvane <https://vilic.github.io/>
// vilicvane <https://github.com/vilic>
// David Broder-Rodgers <https://github.com/DavidBR-SW>

@@ -14,3 +14,2 @@ // Michael Ledin <https://github.com/mxl>

import { Request, RequestHandler } from 'express';
import { Readable } from 'stream';

@@ -44,4 +43,2 @@ declare global {

buffer: Buffer;
/** A readable stream of this file. */
stream: Readable;
}

@@ -48,0 +45,0 @@ }

7

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

@@ -14,3 +14,4 @@ "license": "MIT",

"name": "vilicvane",
"url": "https://vilic.github.io/"
"url": "https://github.com/vilic",
"githubUsername": "vilic"
},

@@ -54,4 +55,4 @@ {

},
"typesPublisherContentHash": "34b95067ce521b81d3ae08376d23fcc6b134f7d821405a0df7bba030438c45cf",
"typesPublisherContentHash": "434066b0758fdcc2f3cf43e1beb3fd176230b281e3791b382e0e8588502d03bb",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Thu, 06 Feb 2020 17:33:08 GMT
* Last updated: Thu, 06 Feb 2020 18:47:11 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/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), HyunSeob Lee (https://github.com/hyunseob), Pierre Tchuente (https://github.com/PierreTchuente), and Oliver Emery (https://github.com/thrymgjol).
These definitions were written by jt000 (https://github.com/jt000), vilicvane (https://github.com/vilic), David Broder-Rodgers (https://github.com/DavidBR-SW), Michael Ledin (https://github.com/mxl), HyunSeob Lee (https://github.com/hyunseob), Pierre Tchuente (https://github.com/PierreTchuente), and Oliver Emery (https://github.com/thrymgjol).
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