New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@web3modal/scaffold-utils

Package Overview
Dependencies
Maintainers
11
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/scaffold-utils - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1-9bc4a0c.0

dist/esm/package.json

5

dist/esm/src/ConstantsUtil.js

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

import scaffoldUtilsPackageJson from '../package.json' assert { type: 'json' };
export const ConstantsUtil = {

@@ -9,3 +10,3 @@ WALLET_CONNECT_CONNECTOR_ID: 'walletConnect',

EIP6963_CONNECTOR_ID: 'eip6963',
EMAIL_CONNECTOR_ID: 'w3mEmail',
AUTH_CONNECTOR_ID: 'w3mAuth',
EIP155: 'eip155',

@@ -15,4 +16,4 @@ ADD_CHAIN_METHOD: 'wallet_addEthereumChain',

EIP6963_REQUEST_EVENT: 'eip6963:requestProvider',
VERSION: '4.0.0'
VERSION: scaffoldUtilsPackageJson.version
};
//# sourceMappingURL=ConstantsUtil.js.map

2

dist/esm/src/PresetsUtil.js

@@ -51,3 +51,3 @@ import { ConstantsUtil } from './ConstantsUtil.js';

[ConstantsUtil.EIP6963_CONNECTOR_ID]: 'ANNOUNCED',
[ConstantsUtil.EMAIL_CONNECTOR_ID]: 'EMAIL'
[ConstantsUtil.AUTH_CONNECTOR_ID]: 'AUTH'
},

@@ -54,0 +54,0 @@ WalletConnectRpcChainIds: [

export { ConstantsUtil } from '../src/ConstantsUtil.js';
export { PresetsUtil } from '../src/PresetsUtil.js';
export { HelpersUtil } from '../src/HelpersUtil.js';
export type { SocialProvider } from '../src/TypeUtil.js';

@@ -9,3 +9,3 @@ export declare const ConstantsUtil: {

EIP6963_CONNECTOR_ID: string;
EMAIL_CONNECTOR_ID: string;
AUTH_CONNECTOR_ID: string;
EIP155: string;

@@ -12,0 +12,0 @@ ADD_CHAIN_METHOD: string;

import type { Address, CombinedProvider, Provider } from './EthersTypesUtil.js';
export interface EthersStoreUtilState {
provider?: Provider | CombinedProvider;
providerType?: 'walletConnect' | 'injected' | 'coinbaseWallet' | 'eip6963' | 'w3mEmail';
providerType?: 'walletConnect' | 'injected' | 'coinbaseWallet' | 'eip6963' | 'w3mAuth';
address?: Address;

@@ -6,0 +6,0 @@ chainId?: number;

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

import type { SocialProvider } from '@web3modal/scaffold';
import type { W3mFrameProvider } from '@web3modal/wallet';

@@ -11,3 +12,6 @@ export interface IEthersConfig {

coinbase?: Provider;
email?: boolean;
auth?: {
email?: boolean;
socials?: SocialProvider[];
};
EIP6963?: boolean;

@@ -14,0 +18,0 @@ metadata: Metadata;

{
"name": "@web3modal/scaffold-utils",
"version": "4.0.0",
"version": "4.0.1-9bc4a0c.0",
"type": "module",

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

"dependencies": {
"@web3modal/polyfills": "4.0.0",
"@web3modal/scaffold": "4.0.0",
"@web3modal/polyfills": "4.0.1-9bc4a0c.0",
"@web3modal/scaffold": "4.0.1-9bc4a0c.0",
"valtio": "1.11.2"

@@ -42,0 +42,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