@web3auth/metamask-adapter
Advanced tools
Comparing version 2.1.3 to 3.0.0
{ | ||
"name": "@web3auth/metamask-adapter", | ||
"version": "2.1.3", | ||
"version": "3.0.0", | ||
"description": "metamask wallet adapter for web3auth", | ||
@@ -38,5 +38,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/detect-provider": "^1.2.0", | ||
"@web3auth/base": "^2.1.3", | ||
"@web3auth/base-evm-adapter": "^2.1.3" | ||
"@metamask/detect-provider": "^2.0.0", | ||
"@web3auth/base": "^3.0.0", | ||
"@web3auth/base-evm-adapter": "^3.0.0" | ||
}, | ||
@@ -59,3 +59,3 @@ "lint-staged": { | ||
}, | ||
"gitHead": "1d119ce5c57eebd7e6c10f6d484505b779542a0b" | ||
"gitHead": "8716a03717f1ef663252c92816c97a42ef1b2d3a" | ||
} |
@@ -14,2 +14,14 @@ # Web3Auth Metamask Adapter | ||
## 💡 Features | ||
- Plug and Play, OAuth based Web3 Authentication Service | ||
- Fully decentralized, non-custodial key infrastructure | ||
- End to end Whitelabelable solution | ||
- Threshold Cryptography based Key Reconstruction | ||
- Multi Factor Authentication Setup & Recovery (Includes password, backup phrase, device factor editing/deletion etc) | ||
- Support for WebAuthn & Passwordless Login | ||
- Support for connecting to multiple wallets | ||
- DApp Active Session Management | ||
...and a lot more | ||
## 📄 Basic Details | ||
@@ -16,0 +28,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
850484
1429
65
+ Added@metamask/detect-provider@2.0.0(transitive)
+ Added@web3auth/base@3.3.0(transitive)
+ Added@web3auth/base-evm-adapter@3.3.0(transitive)
- Removed@metamask/detect-provider@1.2.0(transitive)
- Removed@web3auth/base@2.1.3(transitive)
- Removed@web3auth/base-evm-adapter@2.1.3(transitive)
Updated@web3auth/base@^3.0.0