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

@reown/appkit-common-react-native

Package Overview
Dependencies
Maintainers
0
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reown/appkit-common-react-native - npm Package Compare versions

Comparing version

to
0.0.0-canary-20250224133508

lib/commonjs/utils/PresetsUtil.js

8

lib/commonjs/index.js

@@ -13,2 +13,3 @@ "use strict";

NumberUtil: true,
PresetsUtil: true,
StringUtil: true,

@@ -60,2 +61,8 @@ ErrorUtil: true,

});
Object.defineProperty(exports, "PresetsUtil", {
enumerable: true,
get: function () {
return _PresetsUtil.PresetsUtil;
}
});
Object.defineProperty(exports, "StringUtil", {

@@ -79,2 +86,3 @@ enumerable: true,

var _NumberUtil = require("./utils/NumberUtil");
var _PresetsUtil = require("./utils/PresetsUtil");
var _StringUtil = require("./utils/StringUtil");

@@ -81,0 +89,0 @@ var _ErrorUtil = require("./utils/ErrorUtil");

@@ -8,2 +8,5 @@ "use strict";

const ConstantsUtil = exports.ConstantsUtil = {
VERSION: '0.0.0-canary-20250224133508',
EIP155: 'eip155',
ADD_CHAIN_METHOD: 'wallet_addEthereumChain',
WC_NAME_SUFFIX: '.reown.id',

@@ -14,3 +17,5 @@ WC_NAME_SUFFIX_LEGACY: '.wcn.id',

API_URL: 'https://api.web3modal.org',
WALLET_CONNECT_CONNECTOR_ID: 'walletConnect',
COINBASE_CONNECTOR_ID: 'coinbaseWallet',
AUTH_CONNECTOR_ID: 'appKitAuth',
COINBASE_EXPLORER_ID: 'fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa',

@@ -17,0 +22,0 @@ USDT_CONTRACT_ADDRESSES: [

1

lib/module/index.js

@@ -7,2 +7,3 @@ export { ConstantsUtil } from './utils/ConstantsUtil';

export { NumberUtil } from './utils/NumberUtil';
export { PresetsUtil } from './utils/PresetsUtil';
export { StringUtil } from './utils/StringUtil';

@@ -9,0 +10,0 @@ export { ErrorUtil } from './utils/ErrorUtil';

export const ConstantsUtil = {
VERSION: '0.0.0-canary-20250224133508',
EIP155: 'eip155',
ADD_CHAIN_METHOD: 'wallet_addEthereumChain',
WC_NAME_SUFFIX: '.reown.id',

@@ -7,3 +10,5 @@ WC_NAME_SUFFIX_LEGACY: '.wcn.id',

API_URL: 'https://api.web3modal.org',
WALLET_CONNECT_CONNECTOR_ID: 'walletConnect',
COINBASE_CONNECTOR_ID: 'coinbaseWallet',
AUTH_CONNECTOR_ID: 'appKitAuth',
COINBASE_EXPLORER_ID: 'fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa',

@@ -10,0 +15,0 @@ USDT_CONTRACT_ADDRESSES: [

@@ -7,2 +7,3 @@ export { ConstantsUtil } from './utils/ConstantsUtil';

export { NumberUtil } from './utils/NumberUtil';
export { PresetsUtil } from './utils/PresetsUtil';
export { StringUtil } from './utils/StringUtil';

@@ -9,0 +10,0 @@ export { ErrorUtil } from './utils/ErrorUtil';

export declare const ConstantsUtil: {
VERSION: string;
EIP155: string;
ADD_CHAIN_METHOD: string;
WC_NAME_SUFFIX: string;

@@ -7,3 +10,5 @@ WC_NAME_SUFFIX_LEGACY: string;

API_URL: string;
WALLET_CONNECT_CONNECTOR_ID: string;
COINBASE_CONNECTOR_ID: string;
AUTH_CONNECTOR_ID: string;
COINBASE_EXPLORER_ID: string;

@@ -10,0 +15,0 @@ USDT_CONTRACT_ADDRESSES: string[];

@@ -82,3 +82,4 @@ export interface Balance {

}
export type ConnectorType = 'WALLET_CONNECT' | 'COINBASE' | 'AUTH' | 'EXTERNAL';
export {};
//# sourceMappingURL=TypeUtil.d.ts.map

2

package.json
{
"name": "@reown/appkit-common-react-native",
"version": "0.0.0-canary-20250129133459",
"version": "0.0.0-canary-20250224133508",
"main": "lib/commonjs/index.js",

@@ -5,0 +5,0 @@ "types": "lib/typescript/index.d.ts",

@@ -7,2 +7,3 @@ export { ConstantsUtil } from './utils/ConstantsUtil';

export { NumberUtil } from './utils/NumberUtil';
export { PresetsUtil } from './utils/PresetsUtil';
export { StringUtil } from './utils/StringUtil';

@@ -9,0 +10,0 @@ export { ErrorUtil } from './utils/ErrorUtil';

export const ConstantsUtil = {
VERSION: '0.0.0-canary-20250224133508',
EIP155: 'eip155',
ADD_CHAIN_METHOD: 'wallet_addEthereumChain',
WC_NAME_SUFFIX: '.reown.id',
WC_NAME_SUFFIX_LEGACY: '.wcn.id',
BLOCKCHAIN_API_RPC_URL: 'https://rpc.walletconnect.org',
PULSE_API_URL: 'https://pulse.walletconnect.org',
API_URL: 'https://api.web3modal.org',
WALLET_CONNECT_CONNECTOR_ID: 'walletConnect',
COINBASE_CONNECTOR_ID: 'coinbaseWallet',
AUTH_CONNECTOR_ID: 'appKitAuth',
COINBASE_EXPLORER_ID: 'fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa',
USDT_CONTRACT_ADDRESSES: [

@@ -10,0 +21,0 @@ // Mainnet

@@ -96,1 +96,3 @@ export interface Balance {

}
export type ConnectorType = 'WALLET_CONNECT' | 'COINBASE' | 'AUTH' | 'EXTERNAL';

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

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

Sorry, the diff of this file is not supported yet