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.1.6-canary-sl-001.1 to 4.1.6

6

dist/esm/package.json
{
"name": "@web3modal/scaffold-utils",
"version": "4.1.6-canary-sl-001.1",
"version": "4.1.6",
"type": "module",

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

"dependencies": {
"@web3modal/core": "4.1.6-canary-sl-001.1",
"@web3modal/polyfills": "4.1.6-canary-sl-001.1",
"@web3modal/core": "4.1.6",
"@web3modal/polyfills": "4.1.6",
"valtio": "1.11.2"

@@ -47,0 +47,0 @@ },

@@ -9,3 +9,3 @@ export const ConstantsUtil = {

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

@@ -18,4 +18,4 @@ ADD_CHAIN_METHOD: 'wallet_addEthereumChain',

},
VERSION: '4.1.6-canary-sl-001.0'
VERSION: '4.1.6'
};
//# sourceMappingURL=ConstantsUtil.js.map

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

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

@@ -57,0 +57,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;
AUTH_CONNECTOR_ID: string;
EMAIL_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' | 'w3mAuth';
providerType?: 'walletConnect' | 'injected' | 'coinbaseWallet' | 'eip6963' | 'w3mEmail';
address?: Address;

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

import type { W3mFrameProvider } from '@web3modal/wallet';
import type { SocialProvider } from './TypeUtil.js';
export interface IEthersConfig {

@@ -12,6 +11,3 @@ providers: ProviderType;

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

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

{
"name": "@web3modal/scaffold-utils",
"version": "4.1.6-canary-sl-001.1",
"version": "4.1.6",
"type": "module",

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

"dependencies": {
"@web3modal/core": "4.1.6-canary-sl-001.1",
"@web3modal/polyfills": "4.1.6-canary-sl-001.1",
"@web3modal/core": "4.1.6",
"@web3modal/polyfills": "4.1.6",
"valtio": "1.11.2"

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