Socket
Socket
Sign inDemoInstall

express

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express - npm Package Compare versions

Comparing version 4.13.3 to 4.13.4

2

lib/application.js

@@ -525,3 +525,3 @@ /*!

* @param {String} name
* @param {String|Function} options or fn
* @param {Object|Function} options or fn
* @param {Function} callback

@@ -528,0 +528,0 @@ * @public

{
"name": "express",
"description": "Fast, unopinionated, minimalist web framework",
"version": "4.13.3",
"version": "4.13.4",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -16,4 +16,3 @@ "contributors": [

"license": "MIT",
"repository": "strongloop/express",
"homepage": "http://expressjs.com/",
"repository": "expressjs/express",
"keywords": [

@@ -33,22 +32,22 @@ "express",

"array-flatten": "1.1.1",
"content-disposition": "0.5.0",
"content-disposition": "0.5.1",
"content-type": "~1.0.1",
"cookie": "0.1.3",
"cookie": "0.1.5",
"cookie-signature": "1.0.6",
"debug": "~2.2.0",
"depd": "~1.0.1",
"escape-html": "1.0.2",
"depd": "~1.1.0",
"escape-html": "~1.0.3",
"etag": "~1.7.0",
"finalhandler": "0.4.0",
"finalhandler": "0.4.1",
"fresh": "0.3.0",
"merge-descriptors": "1.0.0",
"methods": "~1.1.1",
"merge-descriptors": "1.0.1",
"methods": "~1.1.2",
"on-finished": "~2.3.0",
"parseurl": "~1.3.0",
"parseurl": "~1.3.1",
"path-to-regexp": "0.1.7",
"proxy-addr": "~1.0.8",
"proxy-addr": "~1.0.10",
"qs": "4.0.0",
"range-parser": "~1.0.2",
"send": "0.13.0",
"serve-static": "~1.10.0",
"range-parser": "~1.0.3",
"send": "0.13.1",
"serve-static": "~1.10.2",
"type-is": "~1.6.6",

@@ -60,13 +59,13 @@ "utils-merge": "1.0.0",

"after": "0.8.1",
"ejs": "2.3.3",
"istanbul": "0.3.17",
"ejs": "2.3.4",
"istanbul": "0.4.2",
"marked": "0.3.5",
"mocha": "2.2.5",
"should": "7.0.2",
"supertest": "1.0.1",
"body-parser": "~1.13.3",
"mocha": "2.3.4",
"should": "7.1.1",
"supertest": "1.1.0",
"body-parser": "~1.14.2",
"connect-redis": "~2.4.1",
"cookie-parser": "~1.3.5",
"cookie-parser": "~1.4.1",
"cookie-session": "~1.2.0",
"express-session": "~1.11.3",
"express-session": "~1.13.0",
"jade": "~1.11.0",

@@ -73,0 +72,0 @@ "method-override": "~2.3.5",

@@ -40,12 +40,12 @@ [![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)

* [Website and Documentation](http://expressjs.com/) - [[website repo](https://github.com/strongloop/expressjs.com)]
* [#express](https://webchat.freenode.net/?channels=express) on freenode IRC
* [Github Organization](https://github.com/expressjs) for Official Middleware & Modules
* Visit the [Wiki](https://github.com/strongloop/express/wiki)
* [Google Group](https://groups.google.com/group/express-js) for discussion
* [Gitter](https://gitter.im/expressjs/express) for support and discussion
* [Русскоязычная документация](http://jsman.ru/express/)
* [한국어 문서](http://expressjs.kr) - [[website repo](https://github.com/Hanul/expressjs.kr)]
**PROTIP** Be sure to read [Migrating from 3.x to 4.x](https://github.com/strongloop/express/wiki/Migrating-from-3.x-to-4.x) as well as [New features in 4.x](https://github.com/strongloop/express/wiki/New-features-in-4.x).
###Security Issues
If you discover a security vulnerability in Express, please see [Security Policies and Procedures](Security.md).
## Quick Start

@@ -94,3 +94,3 @@

```bash
$ git clone git://github.com/strongloop/express.git --depth 1
$ git clone git://github.com/expressjs/express.git --depth 1
$ cd express

@@ -121,3 +121,3 @@ $ npm install

[List of all contributors](https://github.com/strongloop/express/graphs/contributors)
[List of all contributors](https://github.com/expressjs/express/graphs/contributors)

@@ -132,8 +132,8 @@ ## License

[downloads-url]: https://npmjs.org/package/express
[travis-image]: https://img.shields.io/travis/strongloop/express/master.svg?label=linux
[travis-url]: https://travis-ci.org/strongloop/express
[travis-image]: https://img.shields.io/travis/expressjs/express/master.svg?label=linux
[travis-url]: https://travis-ci.org/expressjs/express
[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/express/master.svg?label=windows
[appveyor-url]: https://ci.appveyor.com/project/dougwilson/express
[coveralls-image]: https://img.shields.io/coveralls/strongloop/express/master.svg
[coveralls-url]: https://coveralls.io/r/strongloop/express?branch=master
[coveralls-image]: https://img.shields.io/coveralls/expressjs/express/master.svg
[coveralls-url]: https://coveralls.io/r/expressjs/express?branch=master
[gratipay-image-visionmedia]: https://img.shields.io/gratipay/visionmedia.svg

@@ -140,0 +140,0 @@ [gratipay-url-visionmedia]: https://gratipay.com/visionmedia/

Sorry, the diff of this file is too big to display

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