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
40
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 1.0.3 to 1.0.4

2

dist/esm/src/utils/SafeLocalStorage.js

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

RECENT_WALLETS: '@appkit/recent_wallets',
DEEPLINK_CHOICE: '@appkit/deeplink_choice'
DEEPLINK_CHOICE: 'WALLETCONNECT_DEEPLINK_CHOICE'
};

@@ -14,0 +14,0 @@ export const SafeLocalStorage = {

@@ -11,3 +11,3 @@ export type SafeLocalStorageItems = {

'@appkit/recent_wallets': string;
'@appkit/deeplink_choice': string;
WALLETCONNECT_DEEPLINK_CHOICE: string;
};

@@ -24,3 +24,3 @@ export declare const SafeLocalStorageKeys: {

readonly RECENT_WALLETS: "@appkit/recent_wallets";
readonly DEEPLINK_CHOICE: "@appkit/deeplink_choice";
readonly DEEPLINK_CHOICE: "WALLETCONNECT_DEEPLINK_CHOICE";
};

@@ -27,0 +27,0 @@ export declare const SafeLocalStorage: {

{
"name": "@reown/appkit-common",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js",

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