Socket
Socket
Sign inDemoInstall

pino-tiny

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

2

dist/logger.js

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

if (!((_d = options.hideTimestamp) !== null && _d !== void 0 ? _d : false)) {
parts.push(chalk_1.default.dim((0, dateformat_1.default)(data.time, 'HH:mm:ss.l')));
parts.push(chalk_1.default.dim((0, dateformat_1.default)(data.time, 'HH:MM:ss.l')));
}

@@ -78,0 +78,0 @@ parts.push(data.msg);

{
"name": "pino-tiny",
"version": "2.1.2",
"version": "2.1.3",
"main": "dist/index.js",

@@ -53,2 +53,2 @@ "bin": {

}
}
}

@@ -82,3 +82,3 @@ import Split from 'split2'

if (!(options.hideTimestamp ?? false)) {
parts.push(Chalk.dim(DateFormat(data.time, 'HH:mm:ss.l')))
parts.push(Chalk.dim(DateFormat(data.time, 'HH:MM:ss.l')))
}

@@ -85,0 +85,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡ī¸ by Socket Inc