From 4b66908beb3452701280b573049d5db1cc5f752e Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Thu, 3 Feb 2022 14:10:24 +1100 Subject: [PATCH] merge 1.3.1 --- .gitignore | 3 +- .travis.yml | 13 - README.md | 12 +- example/README.md | 8 +- lib/index.js | 3 +- lib/processMultipart.js | 5 + lib/processNested.js | 17 +- lib/utilities.js | 63 +- package-lock.json | 3576 ++++++++++++++++++++++++++++++--------- package.json | 17 +- test/utilities.spec.js | 85 +- 11 files changed, 2952 insertions(+), 850 deletions(-) delete mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index f199818..1bc563e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,9 @@ node_modules *.gz coverage +.nyc_output test/uploads example/uploads/* !example/uploads/placeholder.txt -yarn.lock \ No newline at end of file +yarn.lock diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d096d3b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: node_js -node_js: - - "10" - - "11" - - "12" - -env: - - COVERALLS_REPO_TOKEN=vNV8IQ0jJAuWGikebCeIHJryRulP6aEHa -script: - - npm run lint - - npm test - - npm run coveralls -after_success: 'npm run coveralls' diff --git a/README.md b/README.md index 2c9ea5f..918e0a9 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ Simple express middleware for uploading files. [![npm](https://img.shields.io/npm/v/express-fileupload.svg)](https://www.npmjs.org/package/express-fileupload) -[![Build Status](https://travis-ci.com/richardgirges/express-fileupload.svg?branch=master)](https://travis-ci.com/richardgirges/express-fileupload) [![downloads per month](http://img.shields.io/npm/dm/express-fileupload.svg)](https://www.npmjs.org/package/express-fileupload) +[![CircleCI](https://circleci.com/gh/richardgirges/express-fileupload/tree/master.svg?style=svg)](https://circleci.com/gh/richardgirges/express-fileupload/tree/master) [![Coverage Status](https://img.shields.io/coveralls/richardgirges/express-fileupload.svg)](https://coveralls.io/r/richardgirges/express-fileupload) +# Help us Improve express-fileupload +This package is still very much supported and maintained. But the more help the better. If you're interested any of the following: +* Ticket and PR triage +* Feature scoping and implementation +* Maintenance (upgrading packages, fixing security vulnerabilities, etc) + +...please contact richardgirges '-at-' gmail.com + # Install ```bash # With NPM @@ -119,7 +127,7 @@ debug |