Installations
npm install superagent-jsonpx
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
0.12.0
NPM Version
2.10.1
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (90.85%)
Makefile (9.15%)
Developer
mnatsu31
Download Statistics
Total Downloads
2,373
Last Day
1
Last Week
7
Last Month
15
Last Year
86
GitHub Statistics
8 Commits
3 Watching
1 Branches
1 Contributors
Bundle Size
1.37 kB
Minified
698.00 B
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
2,373
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
5
superagent-jsonpx
Installation
Install for node.js or browserify using npm:
$ npm install --save-dev superagent-jsonpx
Example
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 });
Options
timeout
If there is no response after a timeout, it will determine that an error has occurred.
- default: 1000ms
callbackKey
This will change the default query string callback parameter.
- default: callback
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
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
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
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
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/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