New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@reown/appkit-common

Package Overview
Dependencies
Maintainers
10
Versions
91
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.6.8 to 1.6.9-rc.0

dist/esm/src/utils/SystemUtil.js

1

dist/esm/src/utils/ConstantsUtil.js

@@ -15,2 +15,3 @@ export const ConstantsUtil = {

LEDGER: 'ledger',
OKX: 'okx',
EIP6963: 'eip6963',

@@ -17,0 +18,0 @@ AUTH: 'ID_AUTH'

@@ -15,3 +15,8 @@ export const SafeLocalStorageKeys = {

SIWX_AUTH_TOKEN: '@appkit/siwx-auth-token',
SIWX_NONCE_TOKEN: '@appkit/siwx-nonce-token'
SIWX_NONCE_TOKEN: '@appkit/siwx-nonce-token',
SOCIAL_PROVIDER: '@appkit/social_provider',
NATIVE_BALANCE_CACHE: '@appkit/native_balance_cache',
PORTFOLIO_CACHE: '@appkit/portfolio_cache',
ENS_CACHE: '@appkit/ens_cache',
IDENTITY_CACHE: '@appkit/identity_cache'
};

@@ -18,0 +23,0 @@ export function getSafeConnectorIdKey(namespace) {

@@ -15,2 +15,3 @@ export declare const ConstantsUtil: {

readonly LEDGER: "ledger";
readonly OKX: "okx";
readonly EIP6963: "eip6963";

@@ -17,0 +18,0 @@ readonly AUTH: "ID_AUTH";

@@ -17,2 +17,7 @@ import type { ChainNamespace } from './TypeUtil.js';

'@appkit/siwx-nonce-token': string;
'@appkit/social_provider': string;
'@appkit/native_balance_cache': string;
'@appkit/portfolio_cache': string;
'@appkit/ens_cache': string;
'@appkit/identity_cache': string;
WALLETCONNECT_DEEPLINK_CHOICE: string;

@@ -35,2 +40,7 @@ };

readonly SIWX_NONCE_TOKEN: "@appkit/siwx-nonce-token";
readonly SOCIAL_PROVIDER: "@appkit/social_provider";
readonly NATIVE_BALANCE_CACHE: "@appkit/native_balance_cache";
readonly PORTFOLIO_CACHE: "@appkit/portfolio_cache";
readonly ENS_CACHE: "@appkit/ens_cache";
readonly IDENTITY_CACHE: "@appkit/identity_cache";
};

@@ -37,0 +47,0 @@ export type SafeLocalStorageKey = keyof SafeLocalStorageItems | NamespacedConnectorKey;

4

package.json
{
"name": "@reown/appkit-common",
"version": "1.6.8",
"version": "1.6.9-rc.0",
"type": "module",

@@ -19,3 +19,3 @@ "main": "./dist/esm/index.js",

"@vitest/coverage-v8": "2.1.3",
"vitest": "2.1.3"
"vitest": "2.1.9"
},

@@ -22,0 +22,0 @@ "keywords": [

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