Socket
Socket
Sign inDemoInstall

@coinbase/wallet-sdk

Package Overview
Dependencies
Maintainers
15
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinbase/wallet-sdk - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

dist/core/communicator/Communicator.js

@@ -71,3 +71,3 @@ "use strict";

this.waitForPopupLoaded = async () => {
if (this.popup)
if (this.popup && !this.popup.closed)
return this.popup;

@@ -74,0 +74,0 @@ this.popup = (0, util_1.openPopup)(this.url);

@@ -1,1 +0,1 @@

export declare const LIB_VERSION = "4.0.1";
export declare const LIB_VERSION = "4.0.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIB_VERSION = void 0;
exports.LIB_VERSION = '4.0.1';
exports.LIB_VERSION = '4.0.2';
{
"name": "@coinbase/wallet-sdk",
"version": "4.0.1",
"version": "4.0.2",
"description": "Coinbase Wallet JavaScript SDK",

@@ -5,0 +5,0 @@ "keywords": [

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