Comparing version 2.4.1 to 2.5.0
@@ -8,2 +8,4 @@ "use strict"; | ||
module.exports = createXHR | ||
// Allow use of default import syntax in TypeScript | ||
module.exports.default = createXHR; | ||
createXHR.XMLHttpRequest = window.XMLHttpRequest || noop | ||
@@ -10,0 +12,0 @@ createXHR.XDomainRequest = "withCredentials" in (new createXHR.XMLHttpRequest()) ? createXHR.XMLHttpRequest : window.XDomainRequest |
{ | ||
"name": "xhr", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "small xhr abstraction", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
}, | ||
"typings": "./index.d.ts", | ||
"dependencies": { | ||
@@ -31,0 +32,0 @@ "global": "~4.3.0", |
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
21516
6
266