Socket
Socket
Sign inDemoInstall

@web3-onboard/core

Package Overview
Dependencies
Maintainers
2
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-onboard/core - npm Package Compare versions

Comparing version 2.22.0-alpha.6 to 2.22.0-alpha.7

dist/Index-388cb245.js

2

dist/index.js

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

export { aB as default } from './index-498b9fd6.js';
export { aB as default } from './index-c1dea056.js';
import 'rxjs';

@@ -3,0 +3,0 @@ import 'rxjs/operators';

@@ -9,3 +9,3 @@ import type { SvelteComponent } from 'svelte';

import type { GetEnsTextReturnType } from 'viem';
import type { Config, WagmiModuleAPI } from '@web3-onboard/wagmi';
import type { Config, Connector, WagmiModuleAPI } from '@web3-onboard/wagmi';
import type wagmi from '@web3-onboard/wagmi';

@@ -49,3 +49,5 @@ export type { Config as WagmiConfig } from '@web3-onboard/wagmi';

gas?: typeof gas;
/** Wagmi module */
/** Web3-Onboard module to add Wagmi support
* see https://www.npmjs.com/package/@web3-onboard/wagmi
*/
wagmi?: typeof wagmi;

@@ -124,2 +126,9 @@ /**

instance?: unknown;
/**
* WAGMI Connector object
* Can be used to leverage all WAGMI functions from
* the @web3-onboard/wagmi module
* See https://www.npmjs.com/package/@web3-onboard/wagmi for more details
*/
wagmiConnector?: Connector;
}

@@ -126,0 +135,0 @@ export type Account = {

{
"name": "@web3-onboard/core",
"version": "2.22.0-alpha.6",
"version": "2.22.0-alpha.7",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",

@@ -74,3 +74,3 @@ "keywords": [

"@web3-onboard/gas": "^2.1.5",
"@web3-onboard/wagmi": "^2.0.0-alpha.5",
"@web3-onboard/wagmi": "2.0.0-alpha.6",
"@web3-onboard/transaction-preview": "^2.0.5",

@@ -77,0 +77,0 @@ "@web3-onboard/unstoppable-resolution": "^2.0.0-alpha.1",

@@ -796,3 +796,9 @@ <a href="https://onboard.blocknative.com/">

instance?: unknown
}
/**
* WAGMI Connector object
* Can be used to leverage all WAGMI functions from
* the @web3-onboard/wagmi module
* See https://www.npmjs.com/package/@web3-onboard/wagmi for more details
*/
wagmiConnector?: Connector}

@@ -799,0 +805,0 @@ type Account = {

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