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

@reown/appkit-common

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reown/appkit-common - npm Package Compare versions

Comparing version 0.0.5 to 1.0.0

2

dist/esm/src/utils/SafeLocalStorage.js

@@ -24,3 +24,3 @@ export const SafeLocalStorageKeys = {

catch {
return value;
return null;
}

@@ -27,0 +27,0 @@ }

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

import type { CaipNetwork } from './TypeUtil.js';
export type SafeLocalStorageItems = {

@@ -6,3 +7,3 @@ '@w3m/wallet_id': string;

'@w3m/solana_caip_chain': string;
'@w3m/active_caip_network': string;
'@w3m/active_caip_network': CaipNetwork;
'@w3m/active_caip_network_id': string;

@@ -9,0 +10,0 @@ '@w3m/connected_connector': string;

{
"name": "@reown/appkit-common",
"version": "0.0.5",
"version": "1.0.0",
"type": "module",

@@ -23,7 +23,7 @@ "main": "./dist/esm/index.js",

"web3",
"web3modal"
"appkit"
],
"author": "reown <reown.com>",
"author": "Reown <support@reown.com> (https://reown.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/web3modal/web3modal",
"homepage": "https://github.com/reown-com/appkit",
"repository": {

@@ -34,3 +34,3 @@ "type": "git",

"bugs": {
"url": "https://github.com/web3modal/web3modal/issues"
"url": "https://github.com/reown-com/appkit/issues"
},

@@ -37,0 +37,0 @@ "scripts": {

@@ -1,8 +0,8 @@

#### 📚 [Documentation](https://docs.walletconnect.com/2.0/web3modal/about)
#### 📚 [Documentation](https://docs.walletconnect.com/2.0/appkit/about)
#### 🔗 [Website](https://web3modal.com)
#### 🔗 [Website](https://reown.com/appkit)
# Web3Modal
# AppKit
Your on-ramp to web3 multichain. Web3Modal is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain.
Your on-ramp to web3 multichain. AppKit is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain.

@@ -9,0 +9,0 @@ <p align="center">

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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