New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ants-platform

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

ants-platform

Ants Platform JavaScript / TypeScript SDK

latest
Source
npmnpm
Version
1.0.12
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Ants Platform Logo

Ants Platform JS/TS SDK

MIT License npm version

Modular mono repo for the Ants Platform JS/TS client libraries.

Packages

PackageNPMDescriptionEnvironments
@antsplatform/clientNPMAnts Platform API client for universal JavaScript environmentsUniversal JS
@antsplatform/tracingNPMAnts Platform instrumentation methods based on OpenTelemetryNode.js 20+
@antsplatform/otelNPMAnts Platform OpenTelemetry export helpersNode.js 20+
@antsplatform/openaiNPMAnts Platform integration for OpenAI SDKUniversal JS
@antsplatform/langchainNPMAnts Platform integration for LangChainUniversal JS

Installation

npm install antsplatform
# or
yarn add antsplatform
# or
pnpm add antsplatform

Quick Start

import { AntsPlatformClient } from "antsplatform";

const client = new AntsPlatformClient({
  publicKey: "your-public-key",
  secretKey: "your-secret-key",
  baseUrl: "https://api.ants-platform.com", // optional
});

Documentation

  • Docs

Development

This is a monorepo managed with pnpm. See CONTRIBUTING.md for detailed development instructions.

Quick start:

pnpm install    # Install dependencies
pnpm build      # Build all packages
pnpm test       # Run tests
pnpm ci         # Run full CI suite

License

MIT

FAQs

Package last updated on 11 Dec 2025

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