Socket
Socket
Sign inDemoInstall

express

Package Overview
Dependencies
43
Maintainers
4
Versions
276
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.4 to 5.0.0-alpha.5

4

lib/application.js

@@ -261,5 +261,5 @@ /*!

* file extension. For example if you try to render
* a "foo.jade" file Express will invoke the following internally:
* a "foo.ejs" file Express will invoke the following internally:
*
* app.engine('jade', require('jade').__express);
* app.engine('ejs', require('ejs').__express);
*

@@ -266,0 +266,0 @@ * For engines that do not provide `.__express` out of the box,

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

@@ -50,7 +50,7 @@ "contributors": [

"proxy-addr": "~1.1.3",
"qs": "6.3.1",
"qs": "6.4.0",
"range-parser": "~1.2.0",
"router": "~1.3.0",
"send": "0.15.0",
"serve-static": "1.12.0",
"send": "0.15.1",
"serve-static": "1.12.1",
"setprototypeof": "1.0.3",

@@ -64,3 +64,3 @@ "statuses": "~1.3.1",

"after": "0.8.2",
"body-parser": "1.17.0",
"body-parser": "1.17.1",
"cookie-parser": "~1.4.3",

@@ -67,0 +67,0 @@ "ejs": "2.5.6",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc