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

multer

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multer - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change log

## 1.2.1 - 2016-12-14
- Bugfix: Prevent Multiple Errors from Crashing
## 1.2.0 - 2016-08-04

@@ -8,0 +12,0 @@

3

lib/make-middleware.js

@@ -60,2 +60,3 @@ var is = require('type-is')

function abortWithError (uploadError) {
if (errorOccured) return
errorOccured = true

@@ -163,5 +164,3 @@

})
})
})

@@ -168,0 +167,0 @@

{
"name": "multer",
"description": "Middleware for handling `multipart/form-data`.",
"version": "1.2.0",
"version": "1.2.1",
"contributors": [

@@ -37,3 +37,3 @@ "Hage Yaapa <captain@hacksparrow.com> (http://www.hacksparrow.com)",

"rimraf": "^2.4.1",
"standard": "^4.5.4",
"standard": "^8.2.0",
"testdata-w3c-json-form": "^0.2.0"

@@ -40,0 +40,0 @@ },

@@ -8,2 +8,8 @@ # Multer [![Build Status](https://travis-ci.org/expressjs/multer.svg?branch=master)](https://travis-ci.org/expressjs/multer) [![NPM version](https://badge.fury.io/js/multer.svg)](https://badge.fury.io/js/multer) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

## Translations
This README is also available in other languages:
- [简体中文](https://github.com/expressjs/multer/blob/master/doc/README-zh-cn.md) (Chinese)
## Installation

@@ -277,4 +283,3 @@

See [the documentation here](/StorageEngine.md) if you want to build your own
storage engine.
For information on how to build your own storage engine, see [Multer Storage Engine](https://github.com/expressjs/multer/blob/master/StorageEngine.md).

@@ -281,0 +286,0 @@ ## License

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