Socket
Socket
Sign inDemoInstall

@web3-onboard/infinity-wallet

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-onboard/infinity-wallet - npm Package Compare versions

Comparing version 2.1.0-viem.1 to 2.1.0-wagmi.1

2

dist/index.d.ts

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

import type { WalletInit } from '@web3-onboard/common';
import { type WalletInit } from '@web3-onboard/common';
interface InfinityWalletOptions {

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

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

import { createDownloadMessage } from '@web3-onboard/common';
import { openInfinityWallet } from '@infinitywallet/infinity-connector';

@@ -17,4 +18,3 @@ function infinityWallet(options) {

else {
openInfinityWallet(window.location.href, options === null || options === void 0 ? void 0 : options.chainId);
throw new Error('Opening Infinity Wallet! If not installed first download to use Infinity Wallet');
throw new Error(createDownloadMessage('Infinity Wallet', () => openInfinityWallet(window.location.href, options === null || options === void 0 ? void 0 : options.chainId)));
}

@@ -21,0 +21,0 @@ return {

{
"name": "@web3-onboard/infinity-wallet",
"version": "2.1.0-viem.1",
"version": "2.1.0-wagmi.1",
"description": "Infinity Wallet SDK wallet module for connecting to Web3-Onboard. 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.",

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

"typescript": "^5.4.5",
"@web3-onboard/common": "^2.4.0-viem.4"
"@web3-onboard/common": "^2.4.0-wagmi.1"
},

@@ -66,0 +66,0 @@ "dependencies": {

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