Gathering detailed insights and metrics for decompress-response
Gathering detailed insights and metrics for decompress-response
Gathering detailed insights and metrics for decompress-response
Gathering detailed insights and metrics for decompress-response
npm install decompress-response
99.2
Supply Chain
74.6
Quality
76.7
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
72 Stars
54 Commits
13 Forks
7 Watching
1 Branches
10 Contributors
Updated on 28 Jul 2024
JavaScript (95.97%)
TypeScript (4.03%)
Cumulative downloads
Total Downloads
Last day
-7.3%
4,119,755
Compared to previous day
Last week
1.8%
24,355,766
Compared to previous week
Last month
9.1%
101,288,100
Compared to previous month
Last year
8.7%
1,076,250,208
Compared to previous year
1
6
Decompress a HTTP response if needed
Decompresses the response from http.request
if it's gzipped, deflated or compressed with Brotli, otherwise just passes it through.
Used by got
.
1npm install decompress-response
1import http from 'node:http'; 2import decompressResponse from 'decompress-response'; 3 4http.get('https://sindresorhus.com', response => { 5 response = decompressResponse(response); 6});
Returns the decompressed HTTP response stream.
Type: http.IncomingMessage
The HTTP incoming stream with compressed data.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
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 2024-11-18
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