Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web3auth/metamask-adapter

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3auth/metamask-adapter - npm Package Compare versions

Comparing version 8.7.0 to 8.8.0

2

dist/metamaskAdapter.cjs.js

@@ -172,3 +172,3 @@ /******/ (() => { // webpackBootstrap

if (error instanceof base_namespaceObject.Web3AuthError) throw error;
throw base_namespaceObject.WalletLoginError.connectionError("Failed to login with metamask wallet");
throw base_namespaceObject.WalletLoginError.connectionError("Failed to login with metamask wallet", error);
}

@@ -175,0 +175,0 @@ }

@@ -105,3 +105,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';

if (error instanceof Web3AuthError) throw error;
throw WalletLoginError.connectionError("Failed to login with metamask wallet");
throw WalletLoginError.connectionError("Failed to login with metamask wallet", error);
}

@@ -108,0 +108,0 @@ }

{
"name": "@web3auth/metamask-adapter",
"version": "8.7.0",
"version": "8.8.0",
"description": "metamask wallet adapter for web3auth",

@@ -38,4 +38,4 @@ "keywords": [

"@metamask/detect-provider": "^2.0.0",
"@web3auth/base": "^8.7.0",
"@web3auth/base-evm-adapter": "^8.7.0"
"@web3auth/base": "^8.8.0",
"@web3auth/base-evm-adapter": "^8.8.0"
},

@@ -62,3 +62,3 @@ "lint-staged": {

},
"gitHead": "0157f4a5f0834e28873467c6227b8048b11f3af5"
"gitHead": "389c9e0a27379d51ad45ec6ae4f6fdf794e71468"
}

Sorry, the diff of this file is too big to display

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