🎩 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
1
Versions
13
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

Source
npmnpm
Version
11.0.2
Version published
Weekly downloads
1.9K
-63.02%
Maintainers
1
Weekly downloads
 
Created
Source

@ariestools/sdk-react

All-in-one React SDK umbrella package.

@ariestools/sdk-react bundles all React components and hooks into a single published package. Implementation lives under src/modules/; top-level src/*.ts files are compile entry shims. Use this package instead of @xylabs/sdk-react or individual @xylabs/react-* packages.

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

Cross-module imports inside src/modules/ use # aliases defined in package.json imports.

Keywords

utility

FAQs

Package last updated on 09 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