Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express

Package Overview
Dependencies
Maintainers
4
Versions
281
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.15.0 to 4.15.1

4

lib/application.js

@@ -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

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