Socket
Socket
Sign inDemoInstall

advanced

Package Overview
Dependencies
140
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.4.5

4

lib/middlewares/404.js

@@ -9,4 +9,4 @@ /**

if (!Utils.runController('404', Utils.c('defaultAction'), null, req, res, next)) {
res.send('404 ' + req.path);
res.send('404 Not Found');
}
};
};
{
"name": "advanced",
"version": "0.4.4",
"version": "0.4.5",
"description": "A simple MVC framework based on Express",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc