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.3 to 1.3.4

5

multer/index.d.ts

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

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.3

@@ -27,3 +27,4 @@ import * as express from 'express';

storage?: StorageEngine;
/** An object specifying the size limits of the following optional properties. This object is passed to busboy
/**
* An object specifying the size limits of the following optional properties. This object is passed to busboy
* directly, and the details of properties can be found on https://github.com/mscdex/busboy#busboy-methods

@@ -30,0 +31,0 @@ */

18

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

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

"name": "jt000",
"url": "https://github.com/jt000"
"url": "https://github.com/jt000",
"githubUsername": "jt000"
},

@@ -18,11 +19,14 @@ {

"name": "David Broder-Rodgers",
"url": "https://github.com/DavidBR-SW"
"url": "https://github.com/DavidBR-SW",
"githubUsername": "DavidBR-SW"
},
{
"name": "Michael Ledin",
"url": "https://github.com/mxl"
"url": "https://github.com/mxl",
"githubUsername": "mxl"
},
{
"name": "HyunSeob Lee",
"url": "https://github.com/hyunseob"
"url": "https://github.com/hyunseob",
"githubUsername": "hyunseob"
}

@@ -39,4 +43,4 @@ ],

},
"typesPublisherContentHash": "b72f3eea1494d4de156bd2a0c5a4e1ce0805b04e43371c01cb55d757b8a8f406",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "f1baed624d5e45aa83717e12c4f02bf03e088b1beb1d901ccce3224f6b227a28",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 23 Aug 2017 17:50:59 GMT
* Last updated: Wed, 25 Oct 2017 01:11:51 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