Socket
Socket
Sign inDemoInstall

@web3-onboard/injected-wallets

Package Overview
Dependencies
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-onboard/injected-wallets - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9-alpha.1

dist/icons/exodus.d.ts

2

dist/types.d.ts

@@ -17,2 +17,3 @@ import type { ExternalProvider } from '@ethersproject/providers';

Dcent = "isDcentWallet",
Exodus = "isExodus",
Frame = "isFrame",

@@ -48,2 +49,3 @@ HuobiWallet = "isHbWallet",

Detected = "Detected Wallet",
Exodus = "Exodus",
Frame = "Frame",

@@ -50,0 +52,0 @@ HuobiWallet = "Huobi Wallet",

@@ -16,2 +16,3 @@ /**

ProviderIdentityFlag["Dcent"] = "isDcentWallet";
ProviderIdentityFlag["Exodus"] = "isExodus";
ProviderIdentityFlag["Frame"] = "isFrame";

@@ -48,2 +49,3 @@ ProviderIdentityFlag["HuobiWallet"] = "isHbWallet";

ProviderLabel["Detected"] = "Detected Wallet";
ProviderLabel["Exodus"] = "Exodus";
ProviderLabel["Frame"] = "Frame";

@@ -50,0 +52,0 @@ ProviderLabel["HuobiWallet"] = "Huobi Wallet";

@@ -20,2 +20,10 @@ import { createEIP1193Provider } from '@web3-onboard/common';

};
const exodus = {
label: ProviderLabel.Exodus,
injectedNamespace: InjectedNameSpace.Ethereum,
checkProviderIdentity: ({ provider }) => !!provider && !!provider[ProviderIdentityFlag.Exodus],
getIcon: async () => (await import('./icons/exodus.js')).default,
getInterface: getInjectedInterface(ProviderIdentityFlag.Exodus),
platforms: ['all']
};
const brave = {

@@ -378,2 +386,3 @@ label: ProviderLabel.Brave,

const wallets = [
exodus,
metamask,

@@ -380,0 +389,0 @@ binance,

2

package.json
{
"name": "@web3-onboard/injected-wallets",
"version": "2.0.8",
"version": "2.0.9-alpha.1",
"description": "Injected wallets module for web3-onboard",

@@ -5,0 +5,0 @@ "module": "dist/index.js",

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