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

listr-verbose-renderer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listr-verbose-renderer - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

5

lib/utils.js

@@ -6,2 +6,7 @@ 'use strict';

exports.log = (options, output) => {
if (options.dateFormat === false) {
console.log(output);
return;
}
const timestamp = format(new Date(), options.dateFormat);

@@ -8,0 +13,0 @@

5

package.json
{
"name": "listr-verbose-renderer",
"version": "0.4.0",
"version": "0.4.1",
"description": "Listr verbose renderer",

@@ -42,6 +42,3 @@ "license": "MIT",

"xo": "*"
},
"xo": {
"esnext": true
}
}

4

readme.md

@@ -42,6 +42,6 @@ # listr-verbose-renderer [![Build Status](https://travis-ci.org/SamVerschueren/listr-verbose-renderer.svg?branch=master)](https://travis-ci.org/SamVerschueren/listr-verbose-renderer)

Type: `string`<br>
Type: `string` `false`<br>
Default: `HH:mm:ss`
Format of the rendered timestamp. Use the [date-fns string format](https://date-fns.org/docs/format).
Format of the rendered timestamp. Use the [date-fns string format](https://date-fns.org/docs/format). If `false` is passed in, the timestamp will be hidden.

@@ -48,0 +48,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