Socket
Socket
Sign inDemoInstall

@web3modal/wallet

Package Overview
Dependencies
Maintainers
11
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/wallet - npm Package Compare versions

Comparing version 4.1.8-alpha-sign2.5.0.1 to 4.1.8-e70037c1.0

3

dist/esm/src/W3mFrameSchema.js

@@ -61,3 +61,4 @@ import { z } from 'zod';

chainId: z.number(),
smartAccountDeployed: z.optional(z.boolean())
smartAccountDeployed: z.optional(z.boolean()),
preferredAccountType: z.optional(z.string())
});

@@ -64,0 +65,0 @@ export const FrameIsConnectedResponse = z.object({ isConnected: z.boolean() });

@@ -51,2 +51,3 @@ import type { W3mFrameTypes } from './W3mFrameTypes.js';

smartAccountDeployed?: boolean | undefined;
preferredAccountType?: string | undefined;
}>;

@@ -53,0 +54,0 @@ switchNetwork(chainId: number): Promise<{

{
"name": "@web3modal/wallet",
"version": "4.1.8-alpha-sign2.5.0.1",
"version": "4.1.8-e70037c1.0",
"type": "module",

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

"zod": "3.22.4",
"@web3modal/polyfills": "4.1.8-alpha-sign2.5.0.1"
"@web3modal/polyfills": "4.1.8-e70037c1.0"
},

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

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