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

influx

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

influx - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

lib/src/grammar/escape.js

@@ -42,3 +42,3 @@ "use strict";

var patterns = chars.join('').replace(reEscape, '\\$&');
this.re = new RegExp('[' + patterns + ']', 'g');
this.re = new RegExp('[' + patterns + '\\\\]', 'g');
}

@@ -45,0 +45,0 @@ /**

@@ -10,3 +10,3 @@ import { IPingStats, IPoolOptions } from './pool';

export { IPingStats, IPoolOptions } from './pool';
export { ResultError } from './results';
export { IResults, ResultError } from './results';
export interface IHostConfig {

@@ -89,3 +89,3 @@ /**

fields?: {
[name: string]: grammar.FieldType;
[name: string]: any;
};

@@ -97,3 +97,3 @@ /**

*/
timestamp: Date | string | number;
timestamp?: Date | string | number;
}

@@ -100,0 +100,0 @@ export interface IWriteOptions {

{
"name": "influx",
"version": "5.0.1",
"version": "5.0.2",
"description": "InfluxDB Client",

@@ -15,3 +15,3 @@ "main": "./lib/src/index.js",

"test:cover": "npm run build:dist && istanbul cover _mocha -- lib/test/unit/*.test.js && opn coverage/lcov-report/index.html",
"test:integrate": "mocha --compilers ts:ts-node/register test/integrate/*.test.ts",
"test:integrate": "mocha --compilers ts:ts-node/register --timeout 20000 test/integrate/*.test.ts",
"test:lint": "tslint --type-check --project tsconfig.json '{src,test}/**/*.ts'",

@@ -18,0 +18,0 @@ "test:sauce": "SAUCE=1 karma start test/karma.conf.js",

@@ -10,2 +10,3 @@ <p align="center">

<a href="https://david-dm.org/node-influx/node-influx"><img src="https://david-dm.org/node-influx/node-influx/status.svg" alt="Dependencies Status"></a>
<a href="https://gitter.im/node-influx/node-influx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/node-influx/node-influx.svg"></a>

@@ -12,0 +13,0 @@ <br>

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