...**/!(*.map|*.min.js)Size
Gzip
Dependencies
Publish
Install
Publish
Install
@@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "express", |
| 3 | 3 | "description": "Fast, unopinionated, minimalist web framework", |
| 4 | "version": "5.0.0", | |
| 4 | "version": "5.0.1", | |
| 5 | 5 | "author": "TJ Holowaychuk <tj@vision-media.ca>", |
| 6 | 6 | "contributors": [ |
| 7 | 7 | "Aaron Heckmann <aaron.heckmann+github@gmail.com>", |
@@ -32,7 +32,7 @@ | ||
| 32 | 32 | "body-parser": "^2.0.1", |
| 33 | 33 | "content-disposition": "^1.0.0", |
| 34 | 34 | "content-type": "~1.0.4", |
| 35 | "cookie": "0.6.0", | |
| 35 | "cookie": "0.7.1", | |
| 36 | 36 | "cookie-signature": "^1.2.1", |
| 37 | 37 | "debug": "4.3.6", |
| 38 | 38 | "depd": "2.0.0", |
@@ -91,7 +91,7 @@ | ||
| 91 | 91 | ], |
| 92 | 92 | "scripts": { |
| 93 | 93 | "lint": "eslint .", |
| 94 | "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", | |
| 94 | "test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/", | |
| 95 | 95 | "test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test", |
| 96 | 96 | "test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test", |
| 97 | 97 | "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/" |
@@ -192,6 +192,7 @@ | ||
| 192 | 192 | ### Triagers |
| 193 | 193 | |
| 194 | 194 | * [aravindvnair99](https://github.com/aravindvnair99) - **Aravind Nair** |
| 195 | * [bjohansebas](https://github.com/bjohansebas) - **Sebastian Beltran** | |
| 195 | 196 | * [carpasse](https://github.com/carpasse) - **Carlos Serrano** |
| 196 | 197 | * [CBID2](https://github.com/CBID2) - **Christine Belzie** |
| 197 | 198 | * [enyoghasim](https://github.com/enyoghasim) - **David Enyoghasim** |