kepler-companion
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -105,3 +105,2 @@ "use strict"; | ||
xhr.timeout = this.config.timeout; | ||
xhr.setRequestHeader('Content-Type', 'application/json'); | ||
xhr.onreadystatechange = () => { | ||
@@ -113,2 +112,3 @@ if (xhr.readyState === 4 && xhr.status === 0) { | ||
xhr.open(method, url); | ||
xhr.setRequestHeader('Content-Type', 'application/json'); | ||
xhr.onload = () => { | ||
@@ -115,0 +115,0 @@ try { |
{ | ||
"name": "kepler-companion", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Kepler analytics toolkit for client side", | ||
@@ -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