Socket
Socket
Sign inDemoInstall

cliui

Package Overview
Dependencies
233
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.4 to 8.0.0

build/index.d.cts

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Change Log

## [8.0.0](https://github.com/yargs/cliui/compare/v7.0.4...v8.0.0) (2022-09-30)
### ⚠ BREAKING CHANGES
* **deps:** drop Node 10 to release CVE-2021-3807 patch (#122)
### Bug Fixes
* **deps:** drop Node 10 to release CVE-2021-3807 patch ([#122](https://github.com/yargs/cliui/issues/122)) ([f156571](https://github.com/yargs/cliui/commit/f156571ce4f2ebf313335e3a53ad905589da5a30))
### [7.0.4](https://www.github.com/yargs/cliui/compare/v7.0.3...v7.0.4) (2020-11-08)

@@ -7,0 +18,0 @@

12

package.json
{
"name": "cliui",
"version": "7.0.4",
"version": "8.0.0",
"description": "easily create complex multi-column command-line-interfaces",

@@ -52,4 +52,5 @@ "main": "build/index.cjs",

"dependencies": {
"rollup-plugin-ts": "^3.0.2",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"

@@ -61,3 +62,2 @@ },

"@typescript-eslint/parser": "^4.0.0",
"@wessberg/rollup-plugin-ts": "^1.3.2",
"c8": "^7.3.0",

@@ -71,3 +71,3 @@ "chai": "^4.2.0",

"gts": "^3.0.0",
"mocha": "^8.1.1",
"mocha": "^9.1.3",
"rimraf": "^3.0.2",

@@ -83,5 +83,5 @@ "rollup": "^2.23.1",

],
"engine": {
"node": ">=10"
"engines": {
"node": ">=12"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc