
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@ariestools/sdk
Advanced tools
All-in-one umbrella for the Aries Tools TypeScript/JavaScript utility libraries
All-in-one umbrella for the Aries Tools TypeScript/JavaScript utility libraries.
Import the whole SDK:
import { fetchJson } from '@ariestools/sdk'
…or a single slice via a subpath export (tree-shaking-friendly — you only pay for what you import):
import { fetchJson } from '@ariestools/sdk/fetch'
import { assertEx } from '@ariestools/sdk/assert'
import type { ApiConfig } from '@ariestools/sdk/api/model'
@xylabs/sdk remains published as a backward-compatibility re-export shim of this package.
All barreled library code lives in a single source tree under src/modules/. Cross-module
imports use package.json imports aliases (for example #zod, #api, #fetch). Top-level
src/*.ts files are compile entry shims that produce the published subpath exports in dist/.
pnpm xy build @ariestools/sdk
At runtime the package depends only on peerDependencies (async-mutex, zod,
@opentelemetry/*). The standalone packages @ariestools/typeof, @ariestools/error, and
@ariestools/zod are deprecated re-export shims of this package's subpaths.
FAQs
All-in-one umbrella for the Aries Tools TypeScript/JavaScript utility libraries
The npm package @ariestools/sdk receives a total of 12,244 weekly downloads. As such, @ariestools/sdk popularity was classified as popular.
We found that @ariestools/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.