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

bunyan-influxdb

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan-influxdb - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

11

lib/influx.js

@@ -55,2 +55,3 @@ 'use strict';

InfluxDBStream.prototype.processCargo = function (tasks, callback) {
var self = this;
var dbs = {};

@@ -70,4 +71,4 @@ tasks.map(function (t) {

{
times: this.options.tries || 1,
interval: this.options.tryInterval || 5000
times: self.options.tries || 1,
interval: self.options.tryInterval || 5000
},

@@ -80,3 +81,3 @@

}
this.client.writePoints(dbs[db], options)
self.client.writePoints(dbs[db], options)
.then(clbk)

@@ -86,4 +87,4 @@ .catch(function (err) {

clbk(err);
}.bind(this))
}.bind(this),
})
},

@@ -90,0 +91,0 @@ callback

{
"name": "bunyan-influxdb",
"version": "0.5.0",
"version": "0.5.1",
"description": "Bunyan InfluxDB Stream",

@@ -5,0 +5,0 @@ "main": "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