soundcloud-audio
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -81,3 +81,3 @@ 'use strict'; | ||
var id = 'jsonp_callback_' + (new Date()).valueOf(); | ||
var id = 'jsonp_callback_' + (new Date()).valueOf() + Math.floor(Math.random() * 1000); | ||
window[id] = function (data) { | ||
@@ -84,0 +84,0 @@ if (script.parentNode) { |
{ | ||
"name": "soundcloud-audio", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Play SoundCloud tracks and playslists in modern browsers with HTML5 Audio API", | ||
@@ -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
16333