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

express-generator

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-generator - npm Package Compare versions

Comparing version 4.0.0 to 4.2.0

2

package.json
{
"name": "express-generator",
"description": "Express' application generator",
"version": "4.0.0",
"version": "4.2.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

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

@@ -27,3 +27,3 @@ var express = require('express');

/// catch 404 and forwarding to error handler
/// catch 404 and forward to error handler
app.use(function(req, res, next) {

@@ -30,0 +30,0 @@ var err = new Error('Not Found');

Sorry, the diff of this file is not supported yet

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