Gathering detailed insights and metrics for @ticketmaster/superagent-jsonp
Gathering detailed insights and metrics for @ticketmaster/superagent-jsonp
npm install @ticketmaster/superagent-jsonp
Typescript
Module System
Node Version
NPM Version
55.8
Supply Chain
77.2
Quality
81.2
Maintenance
25
Vulnerability
98.4
License
JavaScript (100%)
Total Downloads
2,709
Last Day
2
Last Week
4
Last Month
29
Last Year
109
10 Commits
1 Forks
15 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.0.2-tm3
Package Id
@ticketmaster/superagent-jsonp@0.0.2-tm3
Size
3.62 kB
NPM Version
2.13.5
Node Version
0.10.33
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
100%
4
Compared to previous week
Last month
866.7%
29
Compared to previous month
Last year
10.1%
109
Compared to previous year
2
4
Adds jsonp behaviour to superagent.
First install with npm
npm i superagent-jsonp --save
Then use like so;
1var superagent = require('superagent'); 2 3require('superagent-jsonp')(superagent); 4 5superagent.get('http://example.com/foo.json').jsonp().end(function(){ 6 // everything is as normal 7}); 8
First install:
bower i superagent-jsonp --save
Include it from your bower components in the usual way
Then use pretty much as you do above
1superagentJSONP(superagent); 2 3superagent.get('http://example.com/foo.json').jsonp().end(function(){ 4 // everything is as normal 5});
Forked from: https://github.com/lamp/superagent-jsonp
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/10 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