Socket
Socket
Sign inDemoInstall

@cdellacqua/express-async-wrapper

Package Overview
Dependencies
63
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

build/index.d.ts
import { Request, Response, RequestHandler, NextFunction } from 'express';
export declare function asyncWrapper(callback: (req: Request, res: Response, next: NextFunction) => void): RequestHandler;
export declare function asyncWrapper(callback: (req: Request, res: Response, next: NextFunction) => void | Promise<void>): RequestHandler;
{
"name": "@cdellacqua/express-async-wrapper",
"version": "1.0.6",
"version": "1.0.7",
"description": "Enable support for async syntactic sugar in express middlewares and request handlers",

@@ -5,0 +5,0 @@ "types": "build/index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc