Socket
Socket
Sign inDemoInstall

listr2

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listr2 - npm Package Compare versions

Comparing version 1.2.31 to 1.2.32

3

dist/renderer/default.renderer.js

@@ -71,3 +71,4 @@ "use strict";

|| (task.isCompleted() && !task.hasTitle())
|| (task.isCompleted() && task.collapse === false))
|| (task.isCompleted() && task.collapse === false && task.hasSubtasks() && !task.subtasks.some((subtask) => subtask.collapse === true))
|| (task.isCompleted() && task.hasSubtasks() && task.subtasks.some((subtask) => subtask.collapse === false)))
&& task.showSubtasks !== false && task.hasSubtasks()) {

@@ -74,0 +75,0 @@ const subtaskLevel = !task.hasTitle() ? level : level + 1;

{
"name": "listr2",
"version": "1.2.31",
"version": "1.2.32",
"description": "Terminal task list reborn!",

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

Sorry, the diff of this file is not supported yet

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