@web3-onboard/injected-wallets
Advanced tools
Comparing version 2.10.13 to 2.10.14-alpha.1
import uniqBy from 'lodash.uniqby'; | ||
import { createEIP1193Provider } from '@web3-onboard/common'; | ||
import { ProviderLabel } from './types.js'; | ||
@@ -32,6 +31,6 @@ import standardWallets from './wallets.js'; | ||
getInterface: async () => ({ | ||
provider: createEIP1193Provider(provider) | ||
provider | ||
}), | ||
platforms: ['all'], | ||
eip6963Provider: createEIP1193Provider(provider), | ||
eip6963Provider: provider, | ||
checkProviderIdentity: ({ provider }) => !!provider | ||
@@ -38,0 +37,0 @@ }); |
{ | ||
"name": "@web3-onboard/injected-wallets", | ||
"version": "2.10.13", | ||
"version": "2.10.14-alpha.1", | ||
"description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised 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.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
498999
4067
1