Comparing version 1.3.5 to 1.3.6
@@ -26,3 +26,3 @@ var XMLHttpRequest = require('xhrpolyfill') | ||
var headerJSON = {}, h = xhr.getAllResponseHeaders() | ||
(h||'').match(/([^\n\r:]+):([^\n\r]+)/g).forEach(function(item){ | ||
;(h||'').match(/([^\n\r:]+):([^\n\r]+)/g).forEach(function(item){ | ||
var tmp = item.split(': ') | ||
@@ -29,0 +29,0 @@ headerJSON[tmp[0]] = tmp[1] |
{ | ||
"name": "minixhr", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "super simpel and small cross-browser xhr", | ||
@@ -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
3656