Socket
Socket
Sign inDemoInstall

@web3-onboard/frame

Package Overview
Dependencies
63
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.21.2-alpha.1

4

dist/index.js

@@ -16,6 +16,2 @@ async function getProvider() {

const provider = await getProvider();
await new Promise(resolve => setTimeout(resolve, 100));
if (!provider.connected) {
throw new Error('Frame App must be open with a hot wallet connected. If not installed first download the Frame App.');
}
return {

@@ -22,0 +18,0 @@ provider,

4

package.json
{
"name": "@web3-onboard/frame",
"version": "2.0.1",
"version": "2.21.2-alpha.1",
"description": "Frame wallet module for connecting 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.",

@@ -62,5 +62,5 @@ "keywords": [

"dependencies": {
"@web3-onboard/common": "^2.3.3",
"@web3-onboard/common": "^2.3.1",
"eth-provider": "^0.13.6"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc