Socket
Socket
Sign inDemoInstall

express

Package Overview
Dependencies
Maintainers
1
Versions
279
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 2.4.5 to 2.4.6

5

History.md
2.4.6 / 2011-08-22
==================
* Fixed multiple param callback regression. Closes #824 [reported by TroyGoode]
2.4.5 / 2011-08-19

@@ -3,0 +8,0 @@ ==================

2

lib/express.js

@@ -31,3 +31,3 @@

exports.version = '2.4.5';
exports.version = '2.4.6';

@@ -34,0 +34,0 @@ /**

@@ -229,6 +229,7 @@

function param(err) {
paramIndex = 0;
key = keys[i++];
paramVal = key && req.params[key.name];
paramCallbacks = key && params[key.name];
try {

@@ -235,0 +236,0 @@ if ('route' == err) {

{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "2.4.5",
"version": "2.4.6",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

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