Comparing version 1.2.0 to 1.2.1
@@ -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 @@ |
@@ -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 |
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
25623
406
287