Gathering detailed insights and metrics for xmlhttprequest-ssl
Gathering detailed insights and metrics for xmlhttprequest-ssl
Gathering detailed insights and metrics for xmlhttprequest-ssl
Gathering detailed insights and metrics for xmlhttprequest-ssl
npm install xmlhttprequest-ssl
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
15 Stars
166 Commits
23 Forks
4 Watching
4 Branches
1 Contributors
Updated on 14 Nov 2024
JavaScript (99.74%)
Ruby (0.26%)
Cumulative downloads
Total Downloads
Last day
0.4%
938,518
Compared to previous day
Last week
4.9%
5,094,359
Compared to previous week
Last month
14.1%
20,654,946
Compared to previous month
Last year
7%
210,750,473
Compared to previous year
Fork of node-XMLHttpRequest by driverdan. Forked and published to npm because a pull request is not being created and merged. Changes made by rase- are needed for engine.io-client.
Here's how to include the module in your project and use as the browser-based XHR object.
var XMLHttpRequest = require("xmlhttprequest-ssl").XMLHttpRequest;
var xhr = new XMLHttpRequest();
Note: use the lowercase string "xmlhttprequest-ssl" in your require(). On case-sensitive systems (eg Linux) using uppercase letters won't work.
Here's how to include the module in your project and use as the browser-based XHR object.
var XMLHttpRequest = require("xmlhttprequest").XMLHttpRequest;
var xhr = new XMLHttpRequest();
Note: use the lowercase string "xmlhttprequest" in your require(). On case-sensitive systems (eg Linux) using uppercase letters won't work.
Version 2.0.0 introduces a potentially breaking change concerning local file system requests.
If these requests fail this library now returns the errno
(or -1) as the response status code instead of
returning status code 0.
Prior to 1.4.0 version numbers were arbitrary. From 1.4.0 on they conform to the standard major.minor.bugfix. 1.x shouldn't necessarily be considered stable just because it's above 0.x.
Since the XMLHttpRequest API is stable this library's API is stable as well. Major version numbers indicate significant core code changes. Minor versions indicate minor core code changes or better conformity to the W3C spec.
MIT license. See LICENSE for full details.
For a list of open issues or to report your own visit the github issues page.
The latest stable version of the package.
Stable Version
2
9.8/10
Summary
xmlhttprequest and xmlhttprequest-ssl vulnerable to Arbitrary Code Injection
Affected Versions
< 1.6.2
Patched Versions
1.6.2
9.4/10
Summary
Improper Certificate Validation in xmlhttprequest-ssl
Affected Versions
< 1.6.1
Patched Versions
1.6.1
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
7 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 10/25 approved changesets -- score normalized to 4
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
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