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.7 to 0.0.8

4

index.js

@@ -56,4 +56,6 @@ 'use strict';

*/
addStatic (dir, mountPath = null) {
addStatic (_dir, mountPath = null) {
const dir = pathify(this.baseDir, _dir);
if (mountPath) {

@@ -60,0 +62,0 @@ this.app.use(this.express.static(mountPath, dir));

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

"name": "express-route-builder",
"version": "0.0.7",
"version": "0.0.8",
"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