Comparing version 1.1.2 to 1.1.3
@@ -53,3 +53,3 @@ /*global window*/ | ||
xhr.send(options.data) | ||
xhr.send(options.body || options.data) | ||
@@ -56,0 +56,0 @@ return xhr |
{ | ||
"name": "xhr", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "small xhr abstraction", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
6428