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

@bitdiver/logadapter

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitdiver/logadapter - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/LogAdapterConsole.js

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

this.timeZone = opts.timeZone ? opts.timeZone : (0, _moment.default)().utcOffset();
this.timeFormat = opts.timeFormat ? opts.timeFormat : 'YYYY-MM-DD_hh:mm:ss_ZZ';
this.timeFormat = opts.timeFormat ? opts.timeFormat : 'YYYY-MM-DD_HH:mm:ss_ZZ';
}

@@ -39,0 +39,0 @@ /**

{
"name": "@bitdiver/logadapter",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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

@@ -18,3 +18,3 @@ import { LogAdapterFile } from '../lib/index'

targetDir: LOG_PATH,
timeFormat: 'YYYY-MM-DD_hhmmss',
timeFormat: 'YYYY-MM-DD_HHmmss',
timeZone: 60,

@@ -53,3 +53,3 @@ })

targetDir: LOG_PATH,
timeFormat: 'YYYY-MM-DD_hhmmss',
timeFormat: 'YYYY-MM-DD_HHmmss',
timeZone: 60,

@@ -100,3 +100,3 @@ })

targetDir: LOG_PATH,
timeFormat: 'YYYY-MM-DD_hhmmss',
timeFormat: 'YYYY-MM-DD_HHmmss',
timeZone: 60,

@@ -103,0 +103,0 @@ })

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