Gathering detailed insights and metrics for @jsfeb26/urllib-sync
Gathering detailed insights and metrics for @jsfeb26/urllib-sync
npm install @jsfeb26/urllib-sync
Typescript
Module System
Node Version
NPM Version
67.4
Supply Chain
79.3
Quality
73.7
Maintenance
100
Vulnerability
100
License
JavaScript (87.28%)
Makefile (12.72%)
Total Downloads
2,104
Last Day
3
Last Week
12
Last Month
152
Last Year
1,702
44 Stars
26 Commits
13 Forks
20 Watching
1 Branches
23 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.4
Package Id
@jsfeb26/urllib-sync@1.1.4
Unpacked Size
6.33 kB
Size
2.64 kB
File Count
7
NPM Version
7.10.0
Node Version
16.0.0
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
-82.9%
12
Compared to previous week
Last month
-45.5%
152
Compared to previous month
Last year
1,005.2%
1,702
Compared to previous year
sync http request powered by urllib and spawnSync.
Notice: Only support node v0.11.13+
1$ npm install urllib-sync --save
1var request = require('urllib-sync').request; 2 3var res = request('https://github.com'); 4// res should have status, data, headers
more options please check out urllib. But unfortunately, urllib-sync
do not support streams and agents now.
If options.writeFile
is present, the result of request will write into this file directly.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 3/26 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
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