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 6.1.0 to 6.2.0

2

dist/index.d.ts

@@ -368,3 +368,3 @@ import Enquirer from 'enquirer';

readonly stream: ProcessOutputStreamMap;
private active;
protected active: boolean;
constructor(stdout?: NodeJS.WriteStream, stderr?: NodeJS.WriteStream, options?: ProcessOutputOptions);

@@ -371,0 +371,0 @@ get stdout(): NodeJS.WriteStream;

{
"name": "listr2",
"version": "6.1.0",
"version": "6.2.0",
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.",

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

"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged",
"prepare-commit-msg": "[ -t 1 ] && exec < /dev/tty && git cz --hook || true",
"pre-push": "pnpm run test"
"pre-commit": "[ -z $SKIP_GIT_HOOKS ] && pnpm exec lint-staged",
"prepare-commit-msg": "[ -z $SKIP_GIT_HOOKS ] && [ -t 1 ] && exec < /dev/tty && git cz --hook || true",
"pre-push": "[ -z $SKIP_GIT_HOOKS ] && pnpm run test"
},

@@ -47,0 +47,0 @@ "lint-staged": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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