Socket
Socket
Sign inDemoInstall

express

Package Overview
Dependencies
Maintainers
0
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.3.8 to 2.3.9

12

History.md
2.3.7 / 2011-05-23
2.3.9 / 2011-05-25
==================
* Fixed bug-ish with `../' in `res.partial()` calls
2.3.8 / 2011-05-24
==================
* Fixed `app.options()`
2.3.7 / 2011-05-23
==================
* Added route `Collection`, ex: `app.get('/user/:id').remove();`

@@ -6,0 +16,0 @@ * Added support for `app.param(fn)` to define param logic

2

lib/express.js

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

exports.version = '2.3.8';
exports.version = '2.3.9';

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

@@ -130,7 +130,2 @@

// Inherit parent view extension when not present
if (parent && !~view.indexOf('.')) {
view += parent.extension;
}
if (options) {

@@ -273,3 +268,3 @@ // collection

// utilize "view engine" option
if (viewEngine) parent.extension = '.' + viewEngine;
if (viewEngine) parent.engine = viewEngine;

@@ -276,0 +271,0 @@ // render the partial

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