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.2.8 to 1.2.9

2

lib/expressRouter.js

@@ -256,3 +256,3 @@ "use strict";

_preloadRoute(route, req, res).then(function () {
route.respond(req, res, next);
return route.respond(req, res, next);
}).catch(function (error) {

@@ -259,0 +259,0 @@ if (DEBUG) {

{
"name": "expressjs-router",
"version": "1.2.8",
"version": "1.2.9",
"description": "Structured routes for ExpressJS",

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

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