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.0-beta.9 to 4.0.0-beta.10

2

dist/CoinbaseWalletSDK.js

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

if ('setAppInfo' in provider && typeof provider.setAppInfo === 'function') {
provider.setAppInfo(appName, appLogoUrl);
provider.setAppInfo(appName, appLogoUrl, appChainIds);
}

@@ -24,0 +24,0 @@ return provider;

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

export type { CoinbaseWalletProvider } from './CoinbaseWalletProvider';
export { CoinbaseWalletSDK } from './CoinbaseWalletSDK';
export type { ProviderInterface } from './core/type/ProviderInterface';

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

export declare const LIB_VERSION = "4.0.0-beta.9";
export declare const LIB_VERSION = "4.0.0-beta.10";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIB_VERSION = void 0;
exports.LIB_VERSION = '4.0.0-beta.9';
exports.LIB_VERSION = '4.0.0-beta.10';
{
"name": "@coinbase/wallet-sdk",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"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