🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ariestools/sdk-react

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/sdk-react

Common React library for all XY Labs projects that use React

latest
Source
npmnpm
Version
11.1.4
Version published
Weekly downloads
3.2K
34.41%
Maintainers
3
Weekly downloads
 
Created
Source

@ariestools/sdk-react

All-in-one compatibility and convenience facade for the XY Labs React SDK.

Installing this package intentionally installs every feature package. Application projects that use most of the SDK can continue to import from the root or its stable subpaths:

import { FlexRow } from '@ariestools/sdk-react/flexbox'

Libraries and dependency-sensitive applications should install the smallest owning package instead:

import { FlexRow } from '@ariestools/sdk-react-foundation/flexbox'
import { ButtonEx } from '@ariestools/sdk-react-ui/button'
import { Identicon } from '@ariestools/sdk-react-identicon/identicon'

Package ownership:

  • @ariestools/sdk-react-foundation: async effects, flexbox, hooks, portals, promises, render checks, rich results, shared utilities, and user-event contracts.
  • @ariestools/sdk-react-ui: accordion, buttons, common components, cookie consent, dialogs, error rendering, quick tips, selects, and themes.
  • @ariestools/sdk-react-app: app settings, app bars, base pages, error reporting, routing hooks and links, scrolling, and web-app shell components.
  • @ariestools/sdk-react-analytics: pixel integrations, experiments, and pixel debugging.
  • @ariestools/sdk-react-crypto: wallet, token, and chain integrations.
  • @ariestools/sdk-react-identicon: lightweight identicons without the wallet stack.
  • @ariestools/sdk-react-motion, @ariestools/sdk-react-json-viewer, and @ariestools/sdk-react-number-status: focused optional features.

@ariestools/sdk-react-core remains published as a deprecated forwarding facade for compatibility.

Keywords

utility

FAQs

Package last updated on 15 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts