Socket
Socket
Sign inDemoInstall

@web3modal/core

Package Overview
Dependencies
Maintainers
11
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/core - npm Package Compare versions

Comparing version 4.0.11 to 4.0.12-0c59f84f.0

4

dist/esm/src/controllers/AccountController.js

@@ -35,2 +35,5 @@ import { subscribeKey as subKey } from 'valtio/utils';

},
setSmartAccountDeployed(isDeployed) {
state.smartAccountDeployed = isDeployed;
},
resetAccount() {

@@ -45,4 +48,5 @@ state.isConnected = false;

state.addressExplorerUrl = undefined;
state.smartAccountDeployed = undefined;
}
};
//# sourceMappingURL=AccountController.js.map

@@ -11,2 +11,3 @@ import type { CaipAddress } from '../utils/TypeUtil.js';

addressExplorerUrl?: string;
smartAccountDeployed?: boolean;
}

@@ -23,3 +24,4 @@ export declare const AccountController: {

setAddressExplorerUrl(explorerUrl: AccountControllerState['addressExplorerUrl']): void;
setSmartAccountDeployed(isDeployed: boolean): void;
resetAccount(): void;
};

2

dist/types/src/controllers/RouterController.d.ts
import type { CaipNetwork, Connector, WcWallet } from '../utils/TypeUtil.js';
export interface RouterControllerState {
view: 'Account' | 'AccountSettings' | 'AllWallets' | 'ApproveTransaction' | 'BuyInProgress' | 'Connect' | 'ConnectingExternal' | 'ConnectingWalletConnect' | 'ConnectingSiwe' | 'Downloads' | 'EmailVerifyOtp' | 'EmailVerifyDevice' | 'GetWallet' | 'Networks' | 'OnRampActivity' | 'OnRampFiatSelect' | 'OnRampProviders' | 'OnRampTokenSelect' | 'SwitchNetwork' | 'Transactions' | 'UnsupportedChain' | 'UpdateEmailWallet' | 'UpdateEmailPrimaryOtp' | 'UpdateEmailSecondaryOtp' | 'UpgradeEmailWallet' | 'WhatIsANetwork' | 'WhatIsAWallet' | 'WhatIsABuy';
view: 'Account' | 'AccountSettings' | 'AllWallets' | 'ApproveTransaction' | 'BuyInProgress' | 'Connect' | 'ConnectingExternal' | 'ConnectingWalletConnect' | 'ConnectingSiwe' | 'Downloads' | 'EmailVerifyOtp' | 'EmailVerifyDevice' | 'GetWallet' | 'Networks' | 'OnRampActivity' | 'OnRampFiatSelect' | 'OnRampProviders' | 'OnRampTokenSelect' | 'SwitchNetwork' | 'Transactions' | 'UnsupportedChain' | 'UpdateEmailWallet' | 'UpdateEmailPrimaryOtp' | 'UpdateEmailSecondaryOtp' | 'UpgradeEmailWallet' | 'UpgradeToSmartAccount' | 'WhatIsANetwork' | 'WhatIsAWallet' | 'WhatIsABuy';
history: RouterControllerState['view'][];

@@ -5,0 +5,0 @@ data?: {

{
"name": "@web3modal/core",
"version": "4.0.11",
"version": "4.0.12-0c59f84f.0",
"type": "module",

@@ -20,4 +20,4 @@ "main": "./dist/esm/index.js",

"dependencies": {
"@web3modal/common": "4.0.11",
"@web3modal/wallet": "4.0.11",
"@web3modal/common": "4.0.12-0c59f84f.0",
"@web3modal/wallet": "4.0.12-0c59f84f.0",
"valtio": "1.11.2"

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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