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

@reown/appkit-cli

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reown/appkit-cli - npm Package Compare versions

Comparing version 1.6.3-cn-551becb.0 to 1.6.3-rc.0

45

CHANGELOG.md
# @reown/appkit-cli
## 1.6.3-cn-551becb.0
## 1.6.3-rc.0
### Patch Changes
- [#3530](https://github.com/reown-com/appkit/pull/3530) [`295f320`](https://github.com/reown-com/appkit/commit/295f320b133b5bd605f9c9a89441935a2471f1ec) Thanks [@magiziz](https://github.com/magiziz)! - Updated account modal to redirect to the settings view instead of the profile view when only one social/email account is connected
- [#3528](https://github.com/reown-com/appkit/pull/3528) [`a3dae62`](https://github.com/reown-com/appkit/commit/a3dae620d7f5209ca496ada6491eced3f0e5391c) Thanks [@magiziz](https://github.com/magiziz)! - Added a new option to enable or disable logs from email/social login.
**Example usage**
```ts
import { createAppKit } from '@reown/appkit/react'
const modal = createAppKit({
adapters: [
/* Adapters */
],
networks: [
/* Networks */
],
projectId: 'YOUR_PROJECT_ID',
enableAuthLogger: false // Optional - defaults to true
})
```
- [#3492](https://github.com/reown-com/appkit/pull/3492) [`8569d56`](https://github.com/reown-com/appkit/commit/8569d56a3c6ab41833c7ef6a21712afee4bbcec0) Thanks [@tomiir](https://github.com/tomiir)! - Fixes issue where non-embedded wallets would show an empty list on send flow
- [#3527](https://github.com/reown-com/appkit/pull/3527) [`d5c1697`](https://github.com/reown-com/appkit/commit/d5c1697f8853d4536cb0a003675e36a7d51b6ed5) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - fix reload iframe after aborting farcaster
- [#3522](https://github.com/reown-com/appkit/pull/3522) [`39616f5`](https://github.com/reown-com/appkit/commit/39616f5efb6f5af17ef716aca2383597cd98fdde) Thanks [@enesozturk](https://github.com/enesozturk)! - Fixes `signOutOnNetworkChange` and `signOutOnAccountChange` flags on SIWX mapper function to work as expected
- [#3541](https://github.com/reown-com/appkit/pull/3541) [`fc80119`](https://github.com/reown-com/appkit/commit/fc80119c3c709288d231603c5157b8078151520d) Thanks [@tomiir](https://github.com/tomiir)! - Fixes issue with WC connections on wallets that do not support a requested network. Sets default network to first one supported by wallet
- [#3493](https://github.com/reown-com/appkit/pull/3493) [`0735f15`](https://github.com/reown-com/appkit/commit/0735f15c65b5de397dd856004f197f2ec07538f9) Thanks [@tomiir](https://github.com/tomiir)! - Fixes issue where walletInfo would be undefined or empty
- [#3541](https://github.com/reown-com/appkit/pull/3541) [`fc80119`](https://github.com/reown-com/appkit/commit/fc80119c3c709288d231603c5157b8078151520d) Thanks [@tomiir](https://github.com/tomiir)! - Improves existing connection error handling'
- [#3534](https://github.com/reown-com/appkit/pull/3534) [`e946c97`](https://github.com/reown-com/appkit/commit/e946c977fcc6e1282f05d35955004fc391f3f354) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where disconnecting the injected wallet did not update the state as disconnected for ethers/ethers5 adapters
- [#3531](https://github.com/reown-com/appkit/pull/3531) [`aa24c91`](https://github.com/reown-com/appkit/commit/aa24c918f7c3f285b20d44c81a5d224743bcb4ed) Thanks [@tomiir](https://github.com/tomiir)! - Adds loading while disconnecting
- [#3535](https://github.com/reown-com/appkit/pull/3535) [`e6fc980`](https://github.com/reown-com/appkit/commit/e6fc9800039984e3150c38a4c4cbd7214d07742c) Thanks [@tomiir](https://github.com/tomiir)! - Fixes issue where refreshing the page when connected to multiple namespaces would only reconnect the last active one
- [#3494](https://github.com/reown-com/appkit/pull/3494) [`d3ecccb`](https://github.com/reown-com/appkit/commit/d3ecccbbde0d40a27f2b261a3d99b15ab83149da) Thanks [@tomiir](https://github.com/tomiir)! - Prevents blockchain api calls on testnets
- [#3537](https://github.com/reown-com/appkit/pull/3537) [`7e19dae`](https://github.com/reown-com/appkit/commit/7e19daeaf93c48338f1f7b5dc5de5a271ae8f643) Thanks [@enesozturk](https://github.com/enesozturk)! - Fixes Vue hooks to return reactive values
- [#3533](https://github.com/reown-com/appkit/pull/3533) [`af58b49`](https://github.com/reown-com/appkit/commit/af58b49dda0ebdbdc76a5859692e5df46f6ca86a) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where an incorrect EOA label and icon were displayed in the profile view after reconnecting through social/email login
- [#3521](https://github.com/reown-com/appkit/pull/3521) [`60c1715`](https://github.com/reown-com/appkit/commit/60c17150bb29765bfc88e0f522484e59c3bdd1fe) Thanks [@zoruka](https://github.com/zoruka)! - Set connected wallet info when going to authenticate flow.
- [#3549](https://github.com/reown-com/appkit/pull/3549) [`4d25c1d`](https://github.com/reown-com/appkit/commit/4d25c1d7986a2b9b0128d3c250e750c60b619cc0) Thanks [@tomiir](https://github.com/tomiir)! - Updates @solana/web3.js dependency to latest
- [#3512](https://github.com/reown-com/appkit/pull/3512) [`7459461`](https://github.com/reown-com/appkit/commit/7459461eed6786a17c251c40aab153572ecda45f) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where profile name and profile image was not displayed after connecting via social or email login

@@ -14,0 +55,0 @@

2

package.json
{
"name": "@reown/appkit-cli",
"version": "1.6.3-cn-551becb.0",
"version": "1.6.3-rc.0",
"description": "Reown AppKit CLI",

@@ -5,0 +5,0 @@ "main": "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