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

influx

Package Overview
Dependencies
Maintainers
2
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.9.6 to 5.9.7

2

lib/src/grammar/times.js

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

case "n": {
const date = new Date(timestamp / nsPer.ms);
const date = new Date(Math.round(timestamp / nsPer.ms));
date._nanoTime = String(timestamp);

@@ -270,0 +270,0 @@ date.getNanoTime = nanoDateMethods.getNanoTimeFromStamp;

{
"name": "influx",
"version": "5.9.6",
"version": "5.9.7",
"description": "InfluxDB Client",

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