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

listr-update-renderer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listr-update-renderer - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -20,6 +20,6 @@ 'use strict';

if ((task.isPending() || task.isSkipped()) && task.output) {
const lastLine = task.output.trim().split('\n').filter(Boolean).pop().trim();
const lastLine = task.output.trim().split('\n').filter(Boolean).pop();
if (lastLine) {
const out = indentString(`${figures.arrowRight} ${lastLine}`, level, ' ');
const out = indentString(`${figures.arrowRight} ${lastLine.trim()}`, level, ' ');
output.push(` ${chalk.gray(cliTruncate(out, process.stdout.columns - 3))}`);

@@ -26,0 +26,0 @@ }

{
"name": "listr-update-renderer",
"version": "0.1.0",
"version": "0.1.1",
"description": "Listr update renderer",

@@ -5,0 +5,0 @@ "license": "MIT",

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