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

express

Package Overview
Dependencies
Maintainers
7
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.10.2 to 4.10.3

4

lib/response.js

@@ -401,4 +401,4 @@ /**

// next() all but aborted errors
if (err && err.code !== 'ECONNABORT') {
// next() all but write errors
if (err && err.code !== 'ECONNABORT' && err.syscall !== 'write') {
next(err);

@@ -405,0 +405,0 @@ }

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

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

"escape-html": "1.0.1",
"etag": "~1.5.0",
"etag": "~1.5.1",
"finalhandler": "0.3.2",

@@ -45,4 +45,4 @@ "fresh": "0.2.4",

"path-to-regexp": "0.1.3",
"proxy-addr": "~1.0.3",
"qs": "2.3.2",
"proxy-addr": "~1.0.4",
"qs": "2.3.3",
"range-parser": "~1.0.2",

@@ -61,14 +61,14 @@ "send": "0.10.1",

"mocha": "~2.0.0",
"should": "~4.2.1",
"supertest": "~0.14.0",
"should": "~4.3.0",
"supertest": "~0.15.0",
"ejs": "~1.0.0",
"marked": "0.3.2",
"hjs": "~0.0.6",
"body-parser": "~1.9.1",
"body-parser": "~1.9.3",
"connect-redis": "~2.1.0",
"cookie-parser": "~1.3.3",
"express-session": "~1.9.1",
"express-session": "~1.9.2",
"jade": "~1.7.0",
"method-override": "~2.3.0",
"morgan": "~1.4.1",
"morgan": "~1.5.0",
"multiparty": "~4.0.0",

@@ -75,0 +75,0 @@ "vhost": "~3.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc