
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ants-platform
Advanced tools
Modular mono repo for the Ants Platform JS/TS client libraries.
| Package | NPM | Description | Environments |
|---|---|---|---|
| @antsplatform/client | Ants Platform API client for universal JavaScript environments | Universal JS | |
| @antsplatform/tracing | Ants Platform instrumentation methods based on OpenTelemetry | Node.js 20+ | |
| @antsplatform/otel | Ants Platform OpenTelemetry export helpers | Node.js 20+ | |
| @antsplatform/openai | Ants Platform integration for OpenAI SDK | Universal JS | |
| @antsplatform/langchain | Ants Platform integration for LangChain | Universal JS |
npm install antsplatform
# or
yarn add antsplatform
# or
pnpm add antsplatform
import { AntsPlatformClient } from "antsplatform";
const client = new AntsPlatformClient({
publicKey: "your-public-key",
secretKey: "your-secret-key",
baseUrl: "https://api.ants-platform.com", // optional
});
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
FAQs
Ants Platform JavaScript / TypeScript SDK
The npm package ants-platform receives a total of 0 weekly downloads. As such, ants-platform popularity was classified as not popular.
We found that ants-platform 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.