Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.6 to 1.3.7

2

multer/index.d.ts

@@ -74,2 +74,4 @@ // Type definitions for multer 1.3

any(): express.RequestHandler;
/** Accept only text fields. If any file upload is made, error with code “LIMIT_UNEXPECTED_FILE” will be issued. This is the same as doing upload.fields([]). */
none(): express.RequestHandler;
}

@@ -76,0 +78,0 @@ }

6

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

@@ -35,3 +35,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

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

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

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/multer
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/multer
Additional Details
* Last updated: Thu, 09 Nov 2017 09:38:02 GMT
* Last updated: Wed, 13 Jun 2018 19:16:57 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