@walletconnect/http-connection
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -6,6 +6,4 @@ "use strict"; | ||
const xhr2_cookies_1 = require("xhr2-cookies"); | ||
const _window = window; | ||
const XHR = typeof _window !== "undefined" && typeof _window.XMLHttpRequest !== "undefined" | ||
? _window.XMLHttpRequest | ||
: xhr2_cookies_1.XMLHttpRequest; | ||
const utils_1 = require("@walletconnect/utils"); | ||
const XHR = utils_1.unsafeGetFromWindow("XMLHttpRequest") || xhr2_cookies_1.XMLHttpRequest; | ||
class HTTPConnection extends events_1.default { | ||
@@ -12,0 +10,0 @@ constructor(url) { |
{ | ||
"name": "@walletconnect/http-connection", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Http Connection for WalletConnect Providers", | ||
@@ -59,4 +59,4 @@ "scripts": { | ||
"dependencies": { | ||
"@walletconnect/types": "^1.0.9", | ||
"@walletconnect/utils": "^1.0.9", | ||
"@walletconnect/types": "^1.0.10", | ||
"@walletconnect/utils": "^1.0.10", | ||
"xhr2-cookies": "1.1.0" | ||
@@ -63,0 +63,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
367413
767
Updated@walletconnect/types@^1.0.10
Updated@walletconnect/utils@^1.0.10