Socket
Socket
Sign inDemoInstall

listr2

Package Overview
Dependencies
41
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.10 to 1.2.11

2

dist/manager.js

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

run(tasks, options) {
options = Object.assign(this.options, options);
options = { ...this.options, ...options };
return this.newListr(tasks, options).run();

@@ -31,0 +31,0 @@ }

{
"name": "listr2",
"version": "1.2.10",
"version": "1.2.11",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc