Comparing version 4.15.0 to 4.15.1
@@ -265,5 +265,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); | ||
* | ||
@@ -270,0 +270,0 @@ * For engines that do not provide `.__express` out of the box, |
@@ -629,3 +629,3 @@ /*! | ||
return function(err){ | ||
return function () { | ||
// restore vals | ||
@@ -632,0 +632,0 @@ for (var i = 0; i < props.length; i++) { |
{ | ||
"name": "express", | ||
"description": "Fast, unopinionated, minimalist web framework", | ||
"version": "4.15.0", | ||
"version": "4.15.1", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -51,4 +51,4 @@ "contributors": [ | ||
"range-parser": "~1.2.0", | ||
"send": "0.15.0", | ||
"serve-static": "1.12.0", | ||
"send": "0.15.1", | ||
"serve-static": "1.12.1", | ||
"setprototypeof": "1.0.3", | ||
@@ -55,0 +55,0 @@ "statuses": "~1.3.1", |
Sorry, the diff of this file is too big to display
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
198105
+ Addedsend@0.15.1(transitive)
+ Addedserve-static@1.12.1(transitive)
- Removedsend@0.15.0(transitive)
- Removedserve-static@1.12.0(transitive)
Updatedsend@0.15.1
Updatedserve-static@1.12.1