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.12.1 to 3.12.2

6

CHANGELOG.md

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

## [3.12.2](https://github.com/cenk1cenk2/listr2/compare/v3.12.1...v3.12.2) (2021-09-23)
### Bug Fixes
- commit message for pull request [#527](https://github.com/cenk1cenk2/listr2/issues/527) ([2b96129](https://github.com/cenk1cenk2/listr2/commit/2b96129dd38dd47cea77f757b0c9f2760001c0f4))
## [3.12.1](https://github.com/cenk1cenk2/listr2/compare/v3.12.0...v3.12.1) (2021-09-13)

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

2

dist/utils/figures.js

@@ -26,2 +26,2 @@ "use strict";

};
exports.figures = is_unicode_supported_1.isUnicodeSupported ? FIGURES_MAIN : FIGURES_FALLBACK;
exports.figures = (0, is_unicode_supported_1.isUnicodeSupported)() ? FIGURES_MAIN : FIGURES_FALLBACK;
{
"name": "listr2",
"version": "3.12.1",
"version": "3.12.2",
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.",

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

"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.4.5",
"@cenk1cenk2/eslint-config": "^0.4.47",
"@microsoft/api-extractor": "^7.18.8",
"@cenk1cenk2/cz-cc": "^1.4.6",
"@cenk1cenk2/eslint-config": "^0.4.48",
"@microsoft/api-extractor": "^7.18.10",
"@types/jest": "^27.0.1",

@@ -99,4 +99,4 @@ "@types/node": "^16.7.8",

"tscpaths": "^0.0.9",
"typedoc": "^0.22.3",
"typedoc-plugin-markdown": "^3.10.4",
"typedoc": "^0.22.4",
"typedoc-plugin-markdown": "^3.11.0",
"typescript": "^4.4.3"

@@ -103,0 +103,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