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 4.8.0 to 4.8.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.8.1](https://github.com/oclif/cli-ux/compare/v4.8.0...v4.8.1) (2018-08-28)
### Bug Fixes
* Move `[@oclif](https://github.com/oclif)/errors` into `dependencies` ([#49](https://github.com/oclif/cli-ux/issues/49)) ([a9cf484](https://github.com/oclif/cli-ux/commit/a9cf484))
# [4.8.0](https://github.com/oclif/cli-ux/compare/v4.7.3...v4.8.0) (2018-08-17)

@@ -2,0 +9,0 @@

19

package.json
{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "4.8.0",
"version": "4.8.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/cli-ux/issues",
"dependencies": {
"@oclif/errors": "^1.2.0",
"@oclif/linewrap": "^1.0.0",

@@ -21,9 +22,8 @@ "@oclif/screen": "^1.0.2",

"password-prompt": "^1.0.7",
"semver": "^5.5.0",
"semver": "^5.5.1",
"strip-ansi": "^4.0.0",
"supports-color": "^5.4.0",
"supports-color": "^5.5.0",
"supports-hyperlinks": "^1.0.1"
},
"devDependencies": {
"@oclif/errors": "^1.1.2",
"@oclif/tslint": "^2.0.0",

@@ -39,3 +39,3 @@ "@types/ansi-styles": "^3.2.0",

"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"@types/node": "^10.9.1",
"@types/semver": "^5.5.0",

@@ -46,6 +46,5 @@ "@types/strip-ansi": "^3.0.0",

"chai-as-promised": "^7.1.1",
"concurrently": "^3.6.1",
"eslint": "^5.3.0",
"eslint-config-oclif": "^2.0.0",
"fancy-test": "^1.2.0",
"eslint": "^5.4.0",
"eslint-config-oclif": "^3.0.0",
"fancy-test": "^1.3.0",
"husky": "^0.14.3",

@@ -72,3 +71,3 @@ "mocha": "^5.2.0",

"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"",
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
"posttest": "yarn run lint",

@@ -75,0 +74,0 @@ "prepublishOnly": "yarn run build",

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