Socket
Socket
Sign inDemoInstall

listr2

Package Overview
Dependencies
Maintainers
1
Versions
233
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.0.0-beta.12 to 6.0.0-beta.13

6

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

@@ -34,4 +34,4 @@ "license": "MIT",

"test": "TS_NODE_PROJECT=tests/tsconfig.json NODE_OPTIONS='--no-warnings --experimental-specifier-resolution=node --experimental-vm-modules' node node_modules/.bin/jest --config ./tests/jest.config.ts",
"test:cov": "TS_NODE_PROJECT=tests/tsconfig.json NODE_OPTIONS='--no-warnings --experimental-specifier-resolution=node --experimental-vm-modules' yarn exec jest --coverage --config ./tests/jest.config.cjs",
"test:dev": "TS_NODE_PROJECT=tests/tsconfig.json NODE_OPTIONS='--no-warnings --experimental-specifier-resolution=node --experimental-vm-modules --inspect=0.0.0.0:9229' yarn exec jest --verbose --watchAll --config ./tests/jest.config.cjs",
"test:cov": "yarn run test --coverage",
"test:dev": "NODE_OPTIONS='--no-warnings --experimental-specifier-resolution=node --experimental-vm-modules --inspect=0.0.0.0:9229' yarn run test --verbose --watchAll",
"test:read-snapshot": "./tests/read-terminal-snapshots.sh",

@@ -38,0 +38,0 @@ "docs:build": "vuepress build docs",

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