mappersmith
Advanced tools
Comparing version 2.16.0 to 2.16.1
@@ -28,3 +28,3 @@ 'use strict'; | ||
var xmlHttpRequest = this.createXHR(); | ||
xmlHttpRequest.open('get', this.request.url(), true); | ||
xmlHttpRequest.open('GET', this.request.url(), true); | ||
this.setHeaders(xmlHttpRequest, {}); | ||
@@ -108,3 +108,3 @@ this.configureTimeout(xmlHttpRequest); | ||
var xmlHttpRequest = this.createXHR(); | ||
xmlHttpRequest.open(requestMethod, this.request.url(), true); | ||
xmlHttpRequest.open(requestMethod.toUpperCase(), this.request.url(), true); | ||
@@ -111,0 +111,0 @@ var customHeaders = {}; |
@@ -18,3 +18,3 @@ 'use strict'; | ||
/* global VERSION */ | ||
var version = exports.version = '2.16.0'; | ||
var version = exports.version = '2.16.1'; | ||
@@ -21,0 +21,0 @@ var configs = exports.configs = { |
{ | ||
"name": "mappersmith", | ||
"version": "2.16.0", | ||
"version": "2.16.1", | ||
"description": "It is a lightweight rest client for node.js and the browser", | ||
@@ -5,0 +5,0 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>", |
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
103584