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

express-route-builder

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-route-builder - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

6

index.js

@@ -63,3 +63,5 @@ 'use strict';

if (!mResult) {
throw new Error(`Middleware for static directory "${dir}" at index ${mIndex} should be a function and not "${mType}"!`);
throw new Error(
`Middleware for static directory "${dir}" at index ${mIndex} should be a function and not "${mType}"!`
);
}

@@ -72,3 +74,3 @@

this.app.use.apply(null, args);
this.app.use(...args);

@@ -75,0 +77,0 @@ }

@@ -10,3 +10,3 @@ {

"name": "express-route-builder",
"version": "0.0.11",
"version": "0.0.12",
"description": "Quickly compile Express.js routes with minimal code.",

@@ -13,0 +13,0 @@ "keywords": [

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