@drippy-music/soundcloud-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -33,3 +33,3 @@ const axios = require('axios').default; | ||
baseURL: api_url, | ||
params: { client_id: this.client_id, ids: tracks } | ||
params: { client_id: this.client_id, ids: tracks.join() } | ||
}); | ||
@@ -36,0 +36,0 @@ return res.data; |
{ | ||
"name": "@drippy-music/soundcloud-api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "SoundCloud RESTful API for Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4975