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.4.4 to 1.4.5

2

multer/index.d.ts

@@ -273,3 +273,3 @@ // Type definitions for multer 1.4

file: Express.Multer.File,
callback: (error: Error) => void
callback: (error: Error | null) => void
): void;

@@ -276,0 +276,0 @@ }

{
"name": "@types/multer",
"version": "1.4.4",
"version": "1.4.5",
"description": "TypeScript definitions for multer",

@@ -59,4 +59,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "99f24bf8ae55f245d153d04faaf71c3117ba42c303a6429edd04e50389dfc5c2",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "dc2bf6ba069755216abb545cb2b68fdc90edc0dfa5268c90b79c3942a7de202a",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Fri, 14 Aug 2020 08:22:43 GMT
* Last updated: Tue, 08 Dec 2020 03:11:30 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/express)

@@ -14,0 +14,0 @@ * Global values: none

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