# @influxdata/influxdb-client

> InfluxDB 2.x client

Latest version **1.35.0** (published 2024-08-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @influxdata/influxdb-client
pnpm add @influxdata/influxdb-client
yarn add @influxdata/influxdb-client
bun add @influxdata/influxdb-client
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.35.0 |
| Published | 2024-08-15 |
| First published | 2020-03-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 352 |
| Author | Pavel Zavora |
| Maintainers | bednar.b, srebhan, mrpowersj, wdoconnell, blegesse, chunyellow, influxdata-ci, mavarius, bnelson_influx, monono, zoesteinkamp |
| Keywords | influxdb, influxdata |

## Links

- npm: https://www.npmjs.com/package/@influxdata/influxdb-client
- Repository: https://github.com/influxdata/influxdb-client-js
- npm.io page: https://npm.io/package/@influxdata/influxdb-client

## Recent versions

- 1.35.0 (latest) — 2024-08-15
- 1.36.0-nightly.9028 (canary) — 2026-09-02
- 1.36.0-nightly.9017 — 2026-09-01
- 1.36.0-nightly.9010 — 2026-09-01
- 1.36.0-nightly.9000 — 2026-09-01
- 1.36.0-nightly.8990 — 2026-09-01
- 1.36.0-nightly.8979 — 2026-09-01
- 1.36.0-nightly.8958 — 2026-09-01
- 1.36.0-nightly.8941 — 2026-09-01
- 1.36.0-nightly.8916 — 2026-09-01
- 1.36.0-nightly.8887 — 2026-09-01
- 1.36.0-nightly.8853 — 2026-09-01
- 1.36.0-nightly.8813 — 2026-08-08
- 1.36.0-nightly.8799 — 2026-08-04
- 1.36.0-nightly.8786 — 2026-08-04
- … 768 more at https://npm.io/package/@influxdata/influxdb-client/versions

## README

# @influxdata/influxdb-client

The reference javascript client for InfluxDB 2.x. Both node and browser environments are supported. The package.json

- **main** points to node.js CJS distribution
- **module** points to node.js ESM distribution
- **browser** points to browser (UMD) distribution

Node.js distributions do not work in browser and vice versa, because different platform APIs are used. Use `@influxdata/influxdb-client-browser` to import browser ESM module. See https://github.com/influxdata/influxdb-client-js to know more.

**Note: This library is for use with InfluxDB 2.x or 1.8+. For connecting to InfluxDB 1.x instances, see [node-influx](https://github.com/node-influx/node-influx).**

---
_Source: https://npm.io/package/@influxdata/influxdb-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
