Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@walletconnect/http-connection

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/http-connection - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

dist/cjs/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc