Socket
Socket
Sign inDemoInstall

listr

Package Overview
Dependencies
41
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.0 to 0.14.0

1

index.js

@@ -17,3 +17,2 @@ 'use strict';

class Listr {
constructor(tasks, opts) {

@@ -20,0 +19,0 @@ if (tasks && !Array.isArray(tasks) && typeof tasks === 'object') {

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

class TaskWrapper {
constructor(task, errors) {

@@ -9,0 +8,0 @@ this._task = task;

3

lib/task.js
'use strict';
const isPromise = require('is-promise');
const streamToObservable = require('stream-to-observable');
const Subject = require('rxjs/Subject').Subject;
const Subject = require('rxjs').Subject;
const renderer = require('./renderer');

@@ -13,3 +13,2 @@ const state = require('./state');

class Task extends Subject {
constructor(listr, task, options) {

@@ -16,0 +15,0 @@ super();

{
"name": "listr",
"version": "0.13.0",
"version": "0.14.0",
"description": "Terminal task list",

@@ -41,3 +41,2 @@ "license": "MIT",

"dependencies": {
"chalk": "^1.1.3",
"cli-truncate": "^0.2.1",

@@ -56,3 +55,3 @@ "figures": "^1.7.0",

"p-map": "^1.1.1",
"rxjs": "^5.4.2",
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-rc.1",
"stream-to-observable": "^0.2.0",

@@ -59,0 +58,0 @@ "strip-ansi": "^3.0.1"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc