@types/multer
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -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 @@ } |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9034
112