fetch-jsonp
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -89,3 +89,5 @@ (function (global, factory) { | ||
removeScript(scriptId); | ||
window[callbackFunction] = function () {}; | ||
window[callbackFunction] = function () { | ||
clearFunction(callbackFunction); | ||
}; | ||
}, timeout); | ||
@@ -92,0 +94,0 @@ |
{ | ||
"name": "fetch-jsonp", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Fetch JSONP like a boss using Fetch API", | ||
@@ -5,0 +5,0 @@ "main": "build/fetch-jsonp.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
11772
116