Socket
Socket
Sign inDemoInstall

@web3-onboard/zeal

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/zeal - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0-alpha.2

5

dist/index.js

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

import { createEIP1193Provider } from '@web3-onboard/common';
import { createDownloadMessage, createEIP1193Provider } from '@web3-onboard/common';
function zealWallet() {

@@ -21,4 +21,3 @@ if (typeof window === 'undefined')

else {
window.open('https://www.zeal.app/', '_blank');
throw new Error('Please Install Zeall to use this wallet');
throw new Error(createDownloadMessage('Zeal', 'https://www.zeal.app/'));
}

@@ -25,0 +24,0 @@ },

6

package.json
{
"name": "@web3-onboard/zeal",
"version": "2.0.4",
"version": "2.1.0-alpha.2",
"description": "Zeal SDK wallet module for connecting to Web3-Onboard.",

@@ -53,8 +53,8 @@ "keywords": [

"@types/node": "^17.0.21",
"typescript": "^4.5.5",
"typescript": "^5.4.5",
"window": "^4.2.7"
},
"dependencies": {
"@web3-onboard/common": "^2.3.3"
"@web3-onboard/common": "^2.4.0-alpha.2"
}
}
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