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.3.1 to 6.4.0

13

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

@@ -16,3 +16,4 @@ "license": "MIT",

"types": "./dist/index.d.ts"
}
},
"./package.json": "./package.json"
},

@@ -43,5 +44,5 @@ "author": {

"simple-git-hooks": {
"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"
"pre-commit": "[ -n \"$SKIP_GIT_HOOKS\" ] && true || pnpm exec lint-staged",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"pre-push": "[ -n \"$SKIP_GIT_HOOKS\" ] && true || pnpm run test"
},

@@ -87,3 +88,3 @@ "lint-staged": {

"@jest/globals": "^29.5.0",
"@swc/core": "^1.3.49",
"@swc/core": "^1.3.55",
"@tsconfig/node16": "^1.0.3",

@@ -90,0 +91,0 @@ "@types/jest": "^29.5.0",

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