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

influxdb-light

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

influxdb-light - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

dist/lib/web.js

@@ -50,4 +50,2 @@ "use strict";

const chunks = [];
//add content-length header
options.headers["Content-Length"] = Buffer.byteLength(JSON.stringify(data), "utf-8");
//return promise of the response

@@ -54,0 +52,0 @@ return new Promise((resolve, reject) => {

2

package.json
{
"name": "influxdb-light",
"version": "1.1.5",
"version": "1.1.6",
"description": "A light-weight client to read & write data to InfluxDb v1 and v2. This client supports both InfluxQL(SQL) and Flux queries",

@@ -5,0 +5,0 @@ "main": "dist/lib/index.js",

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