express-generator
Advanced tools
Comparing version 4.10.0 to 4.11.0
{ | ||
"name": "express-generator", | ||
"description": "Express' application generator", | ||
"version": "4.10.0", | ||
"version": "4.11.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -29,3 +29,4 @@ "contributors": [ | ||
"commander": "2.6.0", | ||
"mkdirp": "0.5.0" | ||
"mkdirp": "0.5.0", | ||
"sorted-object": "1.0.0" | ||
}, | ||
@@ -32,0 +33,0 @@ "main": "bin/express", |
@@ -5,3 +5,3 @@ var express = require('express'); | ||
/* GET home page. */ | ||
router.get('/', function(req, res) { | ||
router.get('/', function(req, res, next) { | ||
res.render('index', { title: 'Express' }); | ||
@@ -8,0 +8,0 @@ }); |
@@ -5,3 +5,3 @@ var express = require('express'); | ||
/* GET users listing. */ | ||
router.get('/', function(req, res) { | ||
router.get('/', function(req, res, next) { | ||
res.send('respond with a resource'); | ||
@@ -8,0 +8,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17036
23
3
+ Addedsorted-object@1.0.0
+ Addedsorted-object@1.0.0(transitive)