Gathering detailed insights and metrics for @rexxars/timed-out
Gathering detailed insights and metrics for @rexxars/timed-out
Gathering detailed insights and metrics for @rexxars/timed-out
Gathering detailed insights and metrics for @rexxars/timed-out
npm install @rexxars/timed-out
Typescript
Module System
Min. Node Version
Node Version
NPM Version
65.7
Supply Chain
71.7
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
828
Last Day
1
Last Week
5
Last Month
12
Last Year
101
MIT License
51 Stars
50 Commits
22 Forks
5 Watchers
1 Branches
9 Contributors
Updated on Feb 12, 2025
Minified
Minified + Gzipped
Latest Version
3.0.1
Package Id
@rexxars/timed-out@3.0.1
Size
1.95 kB
NPM Version
3.10.8
Node Version
6.9.1
Published on
Dec 07, 2016
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
25%
5
Compared to previous week
Last Month
140%
12
Compared to previous month
Last Year
-14.4%
101
Compared to previous year
Timeout HTTP/HTTPS requests
Emit Error object with code
property equal ETIMEDOUT
or ESOCKETTIMEDOUT
when ClientRequest is hanged.
1var get = require('http').get; 2var timeout = require('timed-out'); 3 4var req = get('http://www.google.ru'); 5timeout(req, 2000); // Set 2 seconds limit
Required
Type: ClientRequest
The request to watch on.
Required
Type: number
Time in milliseconds to wait for connect
event on socket and also time to wait on inactive socket.
MIT © Vsevolod Strukchinsky
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 10/26 approved changesets -- score normalized to 3
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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 2025-05-05
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