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.2.3 to 4.2.4-bafaf84.0

3

dist/esm/src/controllers/OptionsController.js

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

},
setUniversalLinksEnabled(enableUniversalLinks) {
state.enableUniversalLinks = enableUniversalLinks;
},
getSnapshot() {

@@ -60,0 +63,0 @@ return snapshot(state);

@@ -19,2 +19,3 @@ import type { CustomWallet, Metadata, ProjectId, SdkVersion, Tokens } from '../utils/TypeUtil.js';

enableWalletFeatures?: boolean;
enableUniversalLinks?: boolean;
}

@@ -39,2 +40,3 @@ export declare const OptionsController: {

setWalletFeaturesEnabled(enableWalletFeatures: OptionsControllerState['enableWalletFeatures']): void;
setUniversalLinksEnabled(enableUniversalLinks: OptionsControllerState['enableUniversalLinks']): void;
getSnapshot(): {

@@ -77,3 +79,4 @@ readonly projectId: ProjectId;

readonly enableWalletFeatures?: boolean | undefined;
readonly enableUniversalLinks?: boolean | undefined;
};
};

@@ -71,2 +71,3 @@ import type { W3mFrameProvider } from '@web3modal/wallet';

mobile_link?: string | null;
link_mode?: string | null;
desktop_link?: string | null;

@@ -73,0 +74,0 @@ webapp_link?: string | null;

6

package.json
{
"name": "@web3modal/core",
"version": "4.2.3",
"version": "4.2.4-bafaf84.0",
"type": "module",

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

"dependencies": {
"@web3modal/common": "4.2.3",
"@web3modal/wallet": "4.2.3",
"@web3modal/common": "4.2.4-bafaf84.0",
"@web3modal/wallet": "4.2.4-bafaf84.0",
"valtio": "1.11.2"

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

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