kepler-companion
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -95,2 +95,5 @@ "use strict"; | ||
body: JSON.stringify(body), | ||
headers: { | ||
'Content-Type': 'application/json', | ||
}, | ||
timeout: this.config.timeout | ||
@@ -103,2 +106,3 @@ }); | ||
xhr.timeout = this.config.timeout; | ||
xhr.setRequestHeader('Content-Type', 'application/json'); | ||
xhr.onreadystatechange = () => { | ||
@@ -105,0 +109,0 @@ if (xhr.readyState === 4 && xhr.status === 0) { |
{ | ||
"name": "kepler-companion", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"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
6784
161