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

express-async-handler

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-async-handler - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

package.json
{
"name": "express-async-handler",
"version": "0.0.1",
"version": "0.0.2",
"description": "Express Error Handler for Async Functions",
"main": "index.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/Abazhenov/express-async-handler.git"
},
"scripts": {

@@ -12,3 +16,3 @@ "test": "mocha test.js"

"async",
"async",
"error middleware",
"await",

@@ -15,0 +19,0 @@ "error",

@@ -1,2 +0,2 @@

Simple middleware for handling exceptions inside of async express routes.
Simple middleware for handling exceptions inside of async express routes and passing them to your express error handlers.

@@ -3,0 +3,0 @@ ### Instalation:

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