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

influxdb-v1

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

influxdb-v1 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

src/cli.js

13

package.json
{
"name": "influxdb-v1",
"version": "1.0.3",
"version": "1.0.4",
"description": "A light-weight library to write data to InfluxDB v1",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"bin": {
"influxdb-v1": "src/cli.js"
},
"files": [

@@ -21,3 +24,4 @@ "/src"

"influxdb",
"v1"
"v1",
"cli"
],

@@ -34,9 +38,10 @@ "author": "Anudeep <asa.anudeep4@gmail.com>",

"dependencies": {
"phin-retry": "^1.0.3"
"phin-retry": "^1.0.3",
"sade": "^1.8.1"
},
"devDependencies": {
"c8": "^7.3.0",
"pactum": "^3.1.3",
"pactum": "^3.1.9",
"uvu": "^0.3.3"
}
}

@@ -55,4 +55,12 @@ # influxdb-v1

## CLI
### Insert Data
```shell
npx influxdb-v1 insert --url <influx-base-url> --username <user> --password <pass> --db <database> --measurement <measurement> --tags "key=value" --fields "key=value" --ts <timestamp>
```
### Note
Inspired from [influxdb-v2](https://www.npmjs.com/package/influxdb-v2)
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