Gathering detailed insights and metrics for @joellesenne/express-async-handler
Gathering detailed insights and metrics for @joellesenne/express-async-handler
Gathering detailed insights and metrics for @joellesenne/express-async-handler
Gathering detailed insights and metrics for @joellesenne/express-async-handler
npm install @joellesenne/express-async-handler
Typescript
Module System
Min. Node Version
Node Version
NPM Version
65.8
Supply Chain
98.2
Quality
75.5
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
3,113
Last Day
1
Last Week
2
Last Month
6
Last Year
204
MIT License
44 Commits
1 Watchers
1 Branches
2 Contributors
Updated on Jan 11, 2024
Minified
Minified + Gzipped
Latest Version
1.0.3
Package Id
@joellesenne/express-async-handler@1.0.3
Unpacked Size
16.67 kB
Size
6.08 kB
File Count
12
NPM Version
7.13.0
Node Version
16.0.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
2
Compared to previous week
Last Month
-76%
6
Compared to previous month
Last Year
-27.1%
204
Compared to previous year
5
Simple Middleware to manage exceptions within express routes in asynchronous
Table of Contents generated with DocToc
1npm install --save @joellesenne/express-async-handler 2 3# OR 4yarn add @joellesenne/express-async-handler
1const asyncHandler = require('@joellesenne/express-async-handler') 2 3express.get('/', asyncHandler(async (req, res, next) => { 4 const bar = await foo.findAll(); 5 res.send(bar) 6}))
1mocha test/index.test.js
👤 Joël Lesenne
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Joël Lesenne.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 0/18 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More