@influxdata/influxdb-client
Advanced tools
Comparing version 1.4.0-nightly.10 to 1.4.0-nightly.11
import Point from './Point'; | ||
/** | ||
* The asynchronous buffering API to Write time-series data into InfluxDB 2.0. | ||
* This API always buffers points/lines to create batches under the hood | ||
* to optimize data transfer to InfluxDB server, use `flush` to send | ||
* the buffered data to InfluxDB immediately. | ||
* <p> | ||
@@ -5,0 +8,0 @@ * The data are formatted in [Line Protocol](https://bit.ly/2QL99fu). |
{ | ||
"name": "@influxdata/influxdb-client", | ||
"version": "1.4.0-nightly.10+e5cbf2a", | ||
"version": "1.4.0-nightly.11+cea1ea8", | ||
"description": "InfluxDB 2.0 client", | ||
@@ -69,3 +69,3 @@ "scripts": { | ||
}, | ||
"gitHead": "e5cbf2a0661950c46771e5a5d7ae73ae4e3804f5" | ||
"gitHead": "cea1ea804deedb0abdb05fb777298e8d25bfe57f" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
865250
3344