New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expressjs-router

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expressjs-router - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

lib/expressRouter.js

@@ -102,2 +102,5 @@ "use strict";

if (file.length > 0 && file[0] === '_')
return;
var definition = path.resolve(directory, file);

@@ -104,0 +107,0 @@

2

package.json
{
"name": "expressjs-router",
"version": "1.0.4",
"version": "1.0.5",
"description": "Structured routes for ExpressJS",

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

@@ -64,1 +64,7 @@ Express Router

```
### Remarks:
1. Routes prefixed by `_` **won't be included**
2. You can enable debug mode by calling `expressRouter.enableDebug();`
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