Gathering detailed insights and metrics for request-promise-errors-util-inspect
Gathering detailed insights and metrics for request-promise-errors-util-inspect
Gathering detailed insights and metrics for request-promise-errors-util-inspect
Gathering detailed insights and metrics for request-promise-errors-util-inspect
Patches request-promises error classes for node logging
npm install request-promise-errors-util-inspect
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Commits
1 Watchers
10 Branches
1 Contributors
Updated on May 30, 2019
Latest Version
0.1.1
Package Id
request-promise-errors-util-inspect@0.1.1
Unpacked Size
5.68 kB
Size
2.37 kB
File Count
4
NPM Version
6.9.0
Node Version
12.3.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Patches request-promise-core errors to not include sensitive information during logging in NodeJS.
npm i --save request-promise-errors-util-inspect
In your main file
require('request-promise-errors-util-inspect');
If you need to log the response, set the environment variable LOG_LEVEL
to debug
request-promise-core/errors
exports 3 classes,
Doing a console.log of these errors will print the whole response object, exposing sensitive informations and/or bloating the console with unuseful informations.
When required, this package monkey patches these classes to introduce two new functions ([util.inspect.custom]
and toJSON
) to pretty print and serialize the errors.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
23 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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