Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kinene

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinene - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

5

lib/services/kinene.js

@@ -168,4 +168,2 @@ 'use strict';

const { localeStringCountry, localeStringTimezone, localeStringAbbrev } = this.options;
const now = new Date();

@@ -176,4 +174,3 @@

timestamp: log.timestamp || now.getTime(),
timestampISO: now.toISOString(),
timestampReadable: log.timestampReadable || `${now.toLocaleString(localeStringCountry || 'en-US', { timeZone: localeStringTimezone || 'America/New_York' })} ${localeStringAbbrev || (localeStringTimezone ? '' : (this.isDstObserved ? 'EDT' : 'EST'))}`
timestampISO: now.toISOString() // elasticsearch indexes target this as the time prop
};

@@ -180,0 +177,0 @@ }

2

package.json
{
"name": "kinene",
"version": "0.0.9",
"version": "0.0.10",
"description": "",

@@ -5,0 +5,0 @@ "author": "wswoodruff",

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