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

modular-log

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modular-log - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

1

lib/index.d.ts

@@ -1,2 +0,1 @@

///<reference path="../includes"/>
import { SummarizerOptions } from './summarizer';

@@ -3,0 +2,0 @@ export declare type LogLevels = 'fatal' | 'error' | 'warn' | 'success' | 'info' | 'debug' | 'trace';

2

lib/index.js

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

return function (options) {
var atStr = moment(options.meta.at).format('YYYY-MM-DD hh:mm:ss');
var atStr = moment(options.meta.at).format('YYYY-MM-DD HH:mm:ss');
useColors && (atStr = colors.gray(atStr));

@@ -14,0 +14,0 @@ var levelStr = options.level.toUpperCase();

{
"name": "modular-log",
"version": "0.3.9",
"version": "0.3.10",
"description": "Modular components based on Winston logger",

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