Socket
Socket
Sign inDemoInstall

express-async-router

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-async-router - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

index.js

@@ -70,3 +70,3 @@ /// <reference path="_references.d.ts" />

toCallback(handler.call(this, req, res, next), next, req, res, function (result) {
if (!res.headersSent) {
if (sender && !res.headersSent) {
return sender(req, res, result);

@@ -73,0 +73,0 @@ }

{
"name": "express-async-router",
"version": "0.1.6",
"version": "0.1.7",
"description": "Express Async Router - An Express Router wrapper which automatically manage Promise.",

@@ -5,0 +5,0 @@ "main": "index.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