Socket
Socket
Sign inDemoInstall

cli-ux

Package Overview
Dependencies
Maintainers
6
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-ux - npm Package Compare versions

Comparing version 5.4.7 to 5.4.8

40

CHANGELOG.md

@@ -1,2 +0,2 @@

## [5.4.7](https://github.com/oclif/cli-ux/compare/v5.4.6...v5.4.7) (2020-06-29)
## [5.4.7](https://github.com/oclif/cli-ux/compare/v5.4.6...v5.4.7) (2020-07-02)

@@ -7,3 +7,41 @@

* smaller bundle size, cut lodash imports ([#107](https://github.com/oclif/cli-ux/issues/107)) ([41cdbc7](https://github.com/oclif/cli-ux/commit/41cdbc7839cf97e2a051bd72871371282b3bb4d6))
* use inclusive terms ([#178](https://github.com/oclif/cli-ux/issues/178)) ([b151545](https://github.com/oclif/cli-ux/commit/b151545b0a5a014b7632650afa49bf3718274397))
## [5.4.7](https://github.com/oclif/cli-ux/compare/v5.4.6...v5.4.7) (2020-07-02)
### Bug Fixes
* smaller bundle size, cut lodash imports ([#107](https://github.com/oclif/cli-ux/issues/107)) ([41cdbc7](https://github.com/oclif/cli-ux/commit/41cdbc7839cf97e2a051bd72871371282b3bb4d6))
* use inclusive terms ([#178](https://github.com/oclif/cli-ux/issues/178)) ([b151545](https://github.com/oclif/cli-ux/commit/b151545b0a5a014b7632650afa49bf3718274397))
## [5.4.7](https://github.com/oclif/cli-ux/compare/v5.4.6...v5.4.7) (2020-07-02)
### Bug Fixes
* smaller bundle size, cut lodash imports ([#107](https://github.com/oclif/cli-ux/issues/107)) ([41cdbc7](https://github.com/oclif/cli-ux/commit/41cdbc7839cf97e2a051bd72871371282b3bb4d6))
* use inclusive terms ([#178](https://github.com/oclif/cli-ux/issues/178)) ([b151545](https://github.com/oclif/cli-ux/commit/b151545b0a5a014b7632650afa49bf3718274397))
## [5.4.7](https://github.com/oclif/cli-ux/compare/v5.4.6...v5.4.7) (2020-07-01)
### Bug Fixes
* smaller bundle size, cut lodash imports ([#107](https://github.com/oclif/cli-ux/issues/107)) ([41cdbc7](https://github.com/oclif/cli-ux/commit/41cdbc7839cf97e2a051bd72871371282b3bb4d6))
## [5.4.7](https://github.com/oclif/cli-ux/compare/v5.4.6...v5.4.7) (2020-07-01)
### Bug Fixes
* smaller bundle size, cut lodash imports ([#107](https://github.com/oclif/cli-ux/issues/107)) ([41cdbc7](https://github.com/oclif/cli-ux/commit/41cdbc7839cf97e2a051bd72871371282b3bb4d6))
## [5.4.7](https://github.com/oclif/cli-ux/compare/v5.4.6...v5.4.7) (2020-06-30)
### Bug Fixes
* smaller bundle size, cut lodash imports ([#107](https://github.com/oclif/cli-ux/issues/107)) ([41cdbc7](https://github.com/oclif/cli-ux/commit/41cdbc7839cf97e2a051bd72871371282b3bb4d6))
## [4.9.3](https://github.com/oclif/cli-ux/compare/v4.9.2...v4.9.3) (2018-10-29)

@@ -10,0 +48,0 @@

18

package.json
{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "5.4.7",
"version": "5.4.8",
"author": "Jeff Dickey @jdxcode",

@@ -16,9 +16,9 @@ "bugs": "https://github.com/oclif/cli-ux/issues",

"chalk": "^3.0.0",
"clean-stack": "^2.0.0",
"clean-stack": "^3.0.0",
"cli-progress": "^3.4.0",
"extract-stack": "^1.0.0",
"extract-stack": "^2.0.0",
"fs-extra": "^9.0.1",
"hyperlinker": "^1.0.0",
"indent-string": "^4.0.0",
"is-wsl": "^1.1.0",
"is-wsl": "^2.2.0",
"js-yaml": "^3.13.1",

@@ -32,5 +32,5 @@ "lodash": "^4.17.11",

"strip-ansi": "^5.1.0",
"supports-color": "^5.5.0",
"supports-color": "^7.1.0",
"supports-hyperlinks": "^1.0.1",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},

@@ -43,4 +43,4 @@ "devDependencies": {

"@types/chai-as-promised": "^7.1.0",
"@types/clean-stack": "^1.3.0",
"@types/extract-stack": "^1.0.0",
"@types/clean-stack": "^2.1.1",
"@types/extract-stack": "^2.0.0",
"@types/fs-extra": "^5.0.4",

@@ -59,3 +59,3 @@ "@types/js-yaml": "^3.12.1",

"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"fancy-test": "^1.4.1",

@@ -62,0 +62,0 @@ "mocha": "^5.2.0",

@@ -140,3 +140,3 @@ cli-ux

Passing `{only: ['columns']}` or `{except: ['columns']}` as an argument into `cli.table.flags()` will whitelist/blacklist those flags from the returned object.
Passing `{only: ['columns']}` or `{except: ['columns']}` as an argument into `cli.table.flags()` will allow/block those flags from the returned object.

@@ -143,0 +143,0 @@ `Table.Columns` defines the table columns and their display options.

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