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.5.6 to 2.5.7

5

History.md
2.5.7 / 2012-02-06
==================
* Fixed `app.all` duplicate DELETE requests [mscdex]
2.5.6 / 2012-01-13

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

2

lib/express.js

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

exports.version = '2.5.6';
exports.version = '2.5.7';

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

@@ -1,2 +0,1 @@

/*!

@@ -574,3 +573,3 @@ * Express - HTTPServer

methods.forEach(function(method){
if ('all' == method) return;
if ('all' == method || 'del' == method) return;
app[method].apply(this, args);

@@ -577,0 +576,0 @@ }, this);

{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "2.5.6",
"version": "2.5.7",
"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