Socket
Socket
Sign inDemoInstall

express

Package Overview
Dependencies
62
Maintainers
3
Versions
276
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.18.0 to 4.18.1

14

lib/router/index.js

@@ -282,10 +282,10 @@ /*!

if (err) {
return next(layerError || err);
next(layerError || err)
} else if (route) {
layer.handle_request(req, res, next)
} else {
trim_prefix(layer, layerError, layerPath, path)
}
if (route) {
return layer.handle_request(req, res, next);
}
trim_prefix(layer, layerError, layerPath, path);
sync = 0
});

@@ -331,4 +331,2 @@ }

}
sync = 0
}

@@ -335,0 +333,0 @@ };

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

@@ -68,3 +68,3 @@ "contributors": [

"cookie-session": "2.0.0",
"ejs": "3.1.6",
"ejs": "3.1.7",
"eslint": "7.32.0",

@@ -75,3 +75,3 @@ "express-session": "1.17.2",

"method-override": "3.0.0",
"mocha": "9.2.1",
"mocha": "9.2.2",
"morgan": "1.10.0",

@@ -81,3 +81,3 @@ "multiparty": "4.2.3",

"pbkdf2-password": "1.2.1",
"supertest": "6.2.2",
"supertest": "6.2.3",
"vhost": "~3.0.2"

@@ -84,0 +84,0 @@ },

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