Socket
Socket
Sign inDemoInstall

@walletconnect/http-connection

Package Overview
Dependencies
25
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.5 to 1.6.6

4

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const eventemitter3_1 = tslib_1.__importDefault(require("eventemitter3"));
const eventemitter3_1 = (0, tslib_1.__importDefault)(require("eventemitter3"));
const xhr2_cookies_1 = require("xhr2-cookies");
const utils_1 = require("@walletconnect/utils");
const XHR = utils_1.getFromWindow("XMLHttpRequest") || xhr2_cookies_1.XMLHttpRequest;
const XHR = (0, utils_1.getFromWindow)("XMLHttpRequest") || xhr2_cookies_1.XMLHttpRequest;
class HTTPConnection extends eventemitter3_1.default {

@@ -9,0 +9,0 @@ constructor(url) {

{
"name": "@walletconnect/http-connection",
"version": "1.6.5",
"version": "1.6.6",
"description": "Http Connection for WalletConnect Providers",

@@ -64,4 +64,4 @@ "scripts": {

"dependencies": {
"@walletconnect/types": "^1.6.5",
"@walletconnect/utils": "^1.6.5",
"@walletconnect/types": "^1.6.6",
"@walletconnect/utils": "^1.6.6",
"eventemitter3": "4.0.7",

@@ -68,0 +68,0 @@ "xhr2-cookies": "1.1.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 not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc