Installations
npm install soundcloud-resolve-jsonp
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
0.12.0
NPM Version
2.5.1
Score
65.9
Supply Chain
71.7
Quality
73.3
Maintenance
50
Vulnerability
98.7
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
jxnblk
Download Statistics
Total Downloads
6,303
Last Day
2
Last Week
7
Last Month
30
Last Year
170
GitHub Statistics
1 Stars
15 Commits
3 Watching
1 Branches
1 Contributors
Bundle Size
4.17 kB
Minified
1.76 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.3.0
Package Id
soundcloud-resolve-jsonp@1.3.0
Size
1.49 kB
NPM Version
2.5.1
Node Version
0.12.0
Total Downloads
Cumulative downloads
Total Downloads
6,303
Last day
-33.3%
2
Compared to previous day
Last week
-41.7%
7
Compared to previous week
Last month
130.8%
30
Compared to previous month
Last year
-15%
170
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
4
Dev Dependencies
1
soundcloud-resolve-jsonp
Use the SoundCloud API resolve endpoint with corslite and a JSONP fallback for Safari
Getting Started
1npm install soundcloud-resolve-jsonp
1var resolve = require('soundcloud-resolve-jsonp'); 2var track; 3 4resolve({ 5 url: 'http://soundcloud.com/jxnblk/let-go', 6 client_id: CLIENT_ID 7 }, function(err, res) { 8 if (err) { console.error(err) } 9 track = res; 10});
Node environments
For use within node, use the node.js
version, which uses superagent.
1var resolve = require('soundcloud-resolve-jsonp/node');
MIT License
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
project is archived
Details
- Warn: Repository is archived.
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
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/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