New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@influxdata/influxdb3-client

Package Overview
Dependencies
Maintainers
0
Versions
437
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influxdata/influxdb3-client - npm Package Compare versions

Comparing version 0.13.0-nightly.7346 to 0.13.0-nightly.7600

18

dist/index.d.ts

@@ -237,3 +237,3 @@ /**

* the timestamp. A number value represents time as a count of time units since epoch, the
* exact time unit then depends on the {@link InfluxDBClient.write | precision} of the API
* exact time unit then depends on the {@link InfluxDBClient.default.write | precision} of the API
* that writes the point.

@@ -287,3 +287,3 @@ *

* @param name - field name
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match float type.
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match float type.
* @returns The float field value or undefined.

@@ -307,3 +307,3 @@ */

* @param name - field name
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match integer type.
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match integer type.
* @returns The integer field value or undefined.

@@ -327,3 +327,3 @@ */

* @param name - field name
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match uint type.
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match uint type.
* @returns The uint field value or undefined.

@@ -347,3 +347,3 @@ */

* @param name - field name
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match string type.
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match string type.
* @returns The string field value or undefined.

@@ -366,3 +366,3 @@ */

* @param name - field name
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match boolean type.
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match boolean type.
* @returns The boolean field value or undefined.

@@ -516,3 +516,3 @@ */

* the timestamp. A number value represents time as a count of time units since epoch, the
* exact time unit then depends on the {@link InfluxDBClient.write | precision} of the API
* exact time unit then depends on the {@link InfluxDBClient.default.write | precision} of the API
* that writes the point.

@@ -806,3 +806,3 @@ *

/**
* Options used by {@link InfluxDBClient.write} .
* Options used by {@link InfluxDBClient.default.write} .
*

@@ -872,3 +872,3 @@ * @example WriteOptions in write call

/**
* Options used by {@link InfluxDBClient.query} and by {@link InfluxDBClient.queryPoints}.
* Options used by {@link InfluxDBClient.default.query} and by {@link InfluxDBClient.default.queryPoints}.
*

@@ -875,0 +875,0 @@ * @example QueryOptions in queryCall

{
"name": "@influxdata/influxdb3-client",
"version": "0.13.0-nightly.7346",
"version": "0.13.0-nightly.7600",
"description": "The Client that provides a simple and convenient way to interact with InfluxDB 3.",
"scripts": {
"apidoc:extract": "api-extractor run",
"build": "yarn cp ../../README.md ./README.md && yarn run clean && yarn run build:browser && yarn run build:node",

@@ -63,3 +62,2 @@ "build:node": "yarn tsup",

"devDependencies": {
"@microsoft/api-extractor": "^7.36.0",
"@types/chai": "^4.2.5",

@@ -98,3 +96,3 @@ "@types/mocha": "^10.0.0",

},
"gitHead": "cd73b539fcc674b9fe89d31a9e3215e34c4c8933"
"gitHead": "4b012028df3ab937f4bdccf62f7926c17b7b6d94"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc