Socket
Socket
Sign inDemoInstall

express

Package Overview
Dependencies
34
Maintainers
7
Versions
276
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.10.5 to 4.10.6

2

lib/request.js

@@ -415,3 +415,3 @@ /**

if ((s >= 200 && s < 300) || 304 == s) {
return fresh(this.headers, this.res._headers);
return fresh(this.headers, (this.res._headers || {}));
}

@@ -418,0 +418,0 @@

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

@@ -57,5 +57,5 @@ "contributors": [

"after": "0.8.1",
"istanbul": "0.3.2",
"istanbul": "0.3.5",
"mocha": "~2.0.0",
"should": "~4.3.0",
"should": "~4.3.1",
"supertest": "~0.15.0",

@@ -62,0 +62,0 @@ "ejs": "~1.0.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