Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

listr2

Package Overview
Dependencies
Maintainers
1
Versions
235
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 3.13.3 to 3.13.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [3.13.4](https://github.com/cenk1cenk2/listr2/compare/v3.13.3...v3.13.4) (2021-11-17)
### Bug Fixes
- mark enquirer as optional as peer ([742395e](https://github.com/cenk1cenk2/listr2/commit/742395ec2d1674a1eae11e943bea1a0cd6733f16)), closes [#589](https://github.com/cenk1cenk2/listr2/issues/589)
## [3.13.3](https://github.com/cenk1cenk2/listr2/compare/v3.13.2...v3.13.3) (2021-11-02)

@@ -2,0 +8,0 @@

24

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

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

"build": "tsc -P tsconfig.build.json",
"postbuild": "tscpaths -p tsconfig.paths.json -s ./dist -o ./dist",
"postbuild": "tsconfig-replace-paths --project tsconfig.build.json",
"dev:build": "yarn prebuild && tsc -p tsconfig.json && yarn postbuild",
"dev:start": "yarn dev:build && TS_NODE_PROJECT='tsconfig.paths.json' tsc-watch --noClear --onSuccess \"yarn postbuild\"",
"dev:start": "yarn dev:build && tsc-watch --noClear --onSuccess \"yarn postbuild\"",
"example": "ts-node -r tsconfig-paths/register",

@@ -77,7 +77,7 @@ "read-snapshot": "./tests/read-terminal-snapshots.sh",

"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.4.9",
"@cenk1cenk2/eslint-config": "^1.0.5",
"@cenk1cenk2/cz-cc": "^1.4.10",
"@cenk1cenk2/eslint-config": "^1.0.8",
"@types/clone": "^2.1.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.7.8",
"@types/node": "^16.11.6",
"@types/rewire": "^2.5.28",

@@ -91,3 +91,3 @@ "@types/through": "^0.0.30",

"jest-mock-process": "^1.4.1",
"lint-staged": "^11.2.4",
"lint-staged": "^11.2.6",
"prettier": "^2.4.1",

@@ -101,5 +101,6 @@ "rewire": "^5.0.0",

"tsconfig-paths": "^3.11.0",
"tsconfig-replace-paths": "^0.0.11",
"tscpaths": "^0.0.9",
"typedoc": "^0.22.7",
"typedoc-plugin-markdown": "^3.11.3",
"typedoc": "^0.22.8",
"typedoc-plugin-markdown": "^3.11.5",
"typescript": "^4.4.4"

@@ -110,2 +111,7 @@ },

},
"peerDependenciesMeta": {
"enquirer": {
"optional": true
}
},
"config": {

@@ -112,0 +118,0 @@ "commitizen": {

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