express-async-handler
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2760
0