Installations
npm install superagent-jsonp-cacheable
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
0.12.7
NPM Version
2.11.3
Score
66.7
Supply Chain
74.4
Quality
73.9
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
kdavh
Download Statistics
Total Downloads
925
Last Day
1
Last Week
4
Last Month
10
Last Year
61
GitHub Statistics
1 Commits
1 Watching
1 Branches
1 Contributors
Bundle Size
933.00 B
Minified
498.00 B
Minified + Gzipped
Package Meta Information
Latest Version
0.0.9
Package Id
superagent-jsonp-cacheable@0.0.9
Size
3.75 kB
NPM Version
2.11.3
Node Version
0.12.7
Total Downloads
Cumulative downloads
Total Downloads
925
Last day
0%
1
Compared to previous day
Last week
100%
4
Compared to previous week
Last month
100%
10
Compared to previous month
Last year
-25.6%
61
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Dev Dependencies
2
superagent-jsonp-cacheable
Adds cacheable jsonp behaviour to superagent. Basically a copy of superagent-jsonp package with a line change to allow caching. Thanks to @lamp.
To use with browserify
First install with npm
npm i superagent-jsonp-cacheable --save
Then use like so;
1var superagent = require('superagent'); 2 3let jsonp = require('superagent-jsonp-cacheable'); 4 5superagent.get('http://example.com/foo.json').use(jsonp).end(function(err, res){ 6 // everything is as normal 7}); 8
To use with bower
First install:
bower i superagent-jsonp-cacheable --save
Include it from your bower components in the usual way
Then use pretty much as you do above
1superagent.get('http://example.com/foo.json').use(superagentJSONP).end(function(err, res){ 2 // everything is as normal 3});
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/1 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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