Gathering detailed insights and metrics for superagent-jsonpx
Gathering detailed insights and metrics for superagent-jsonpx
npm install superagent-jsonpx
Typescript
Module System
Node Version
NPM Version
JavaScript (90.85%)
Makefile (9.15%)
Total Downloads
2,373
Last Day
1
Last Week
7
Last Month
15
Last Year
86
8 Commits
3 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.0
Package Id
superagent-jsonpx@0.1.0
Size
3.33 kB
NPM Version
2.10.1
Node Version
0.12.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
7
Compared to previous week
Last month
275%
15
Compared to previous month
Last year
-13.1%
86
Compared to previous year
5
Install for node.js or browserify using npm:
$ npm install --save-dev superagent-jsonpx
1var request = require('superagent'); 2var jsonp = require('superagent-jsonpx'); 3 4var options = { timeout: 3000, callbackKey: 'cb' }; 5 6request.get(uri) 7 .use(jsonp(options)) 8 .end(function (err, res) { 9 if (!err && res.body) { 10 // request success 11 console.log(res.body); 12 } else { 13 // request timeout (or error) 14 } 15 });
timeout
If there is no response after a timeout, it will determine that an error has occurred.
callbackKey
This will change the default query string callback parameter.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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