Installations
npm install @jsfeb26/urllib-sync
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
16.0.0
NPM Version
7.10.0
Score
67.4
Supply Chain
79.3
Quality
73.7
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (87.28%)
Makefile (12.72%)
Developer
node-modules
Download Statistics
Total Downloads
2,104
Last Day
3
Last Week
12
Last Month
152
Last Year
1,702
GitHub Statistics
44 Stars
26 Commits
13 Forks
20 Watching
1 Branches
23 Contributors
Bundle Size
8.26 kB
Minified
2.99 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
2,104
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
urllib-sync
sync http request powered by urllib and spawnSync.
Notice: Only support node v0.11.13+
Installation
1$ npm install urllib-sync --save
Usage
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.
writeFile
If options.writeFile
is present, the result of request will write into this file directly.
License
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
- Warn: Repository is archived.
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 3 are checked with a SAST tool
Score
2.7
/10
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