Files
memecoin-botV2/.pnpm-store/v10/files/2a/f75f1ad8589ef8c0db689b7821e757fb029916a54f2fb0b46e8b0192182b6f1d329971bf1921abb0d171dde63c0fd0fc525f2221129153d56341c1c2d345af

12 lines
704 B
Plaintext

# @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).**