You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@web3modal/react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/react - npm Package Compare versions

Comparing version

to
2.3.0-d60e267

@@ -14,2 +14,4 @@ export declare function useWeb3ModalTheme(): {

'--w3m-wallet-icon-border-radius'?: string | undefined;
'--w3m-wallet-icon-large-border-radius'?: string | undefined;
'--w3m-wallet-icon-small-border-radius'?: string | undefined;
'--w3m-input-border-radius'?: string | undefined;

@@ -16,0 +18,0 @@ '--w3m-notification-border-radius'?: string | undefined;

{
"name": "@web3modal/react",
"version": "2.2.2",
"version": "2.3.0-d60e267",
"main": "dist/index.js",

@@ -19,10 +19,10 @@ "type": "module",

"dependencies": {
"@web3modal/core": "2.2.2",
"@web3modal/standalone": "2.2.2",
"@web3modal/ui": "2.2.2"
"@web3modal/core": "2.3.0-d60e267",
"@web3modal/standalone": "2.3.0-d60e267",
"@web3modal/ui": "2.3.0-d60e267"
},
"devDependencies": {
"@types/react": "18.0.28",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@web3modal/ethereum": "2.2.2",
"@web3modal/ethereum": "2.3.0-d60e267",
"eslint-plugin-react": "7.32.2",

@@ -29,0 +29,0 @@ "eslint-plugin-react-hooks": "4.6.0",

@@ -1,5 +0,9 @@

### 📚 [Documentation](https://docs.walletconnect.com/2.0/introduction/web3modal/about)
> Looking for v1.x readme? It is available on [V1 Branch](https://github.com/WalletConnect/web3modal/tree/V1)
### 🖥️ [Minimal Example](https://web3modal-dev.pages.dev/)
### 📚 [Documentation](https://docs.walletconnect.com/2.0/web3modal/about)
### 🔎 [Examples](https://github.com/WalletConnect/web3modal-examples)
### 🧪 [Laboratory](https://lab.web3modal.com)
### 🔗 [Website](https://web3modal.com)

@@ -15,7 +19,4 @@

## Getting Started
## Development
- [React Docs](https://docs.walletconnect.com/2.0/introduction/web3modal/react/installation) / [React Example](./examples/react/)
- [Vanilla JS Docs](https://docs.walletconnect.com/2.0/web3modal/html-js/installation) / [Vanila JS Example](./examples/html/)
- Vue Docs / Vue Example (coming soon)
- Angular Docs / Angular Example (coming soon)
Please follow [developer docs](./.github/docs/development.md) to set up web3modal locally.