Socket
Socket
Sign inDemoInstall

cli-ux

Package Overview
Dependencies
Maintainers
7
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.9.1 to 4.9.2

7

CHANGELOG.md

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

## [4.9.2](https://github.com/oclif/cli-ux/compare/v4.9.1...v4.9.2) (2018-10-29)
### Bug Fixes
* add tslib ([#61](https://github.com/oclif/cli-ux/issues/61)) ([abce813](https://github.com/oclif/cli-ux/commit/abce813))
## [4.9.1](https://github.com/oclif/cli-ux/compare/v4.9.0...v4.9.1) (2018-10-13)

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

19

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

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

"chalk": "^2.4.1",
"clean-stack": "^1.3.0",
"clean-stack": "^2.0.0",
"extract-stack": "^1.0.0",

@@ -28,8 +28,9 @@ "fs-extra": "^7.0.0",

"supports-hyperlinks": "^1.0.1",
"treeify": "^1.1.0"
"treeify": "^1.1.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/tslint": "^3.1.0",
"@types/ansi-styles": "^3.2.0",
"@types/chai": "^4.1.6",
"@oclif/tslint": "^3.1.1",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",

@@ -42,3 +43,3 @@ "@types/clean-stack": "^1.3.0",

"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"@types/node": "^10.12.1",
"@types/semver": "^5.5.0",

@@ -49,3 +50,3 @@ "@types/strip-ansi": "^3.0.0",

"chai-as-promised": "^7.1.1",
"eslint": "^5.7.0",
"eslint": "^5.8.0",
"eslint-config-oclif": "^3.1.0",

@@ -56,3 +57,3 @@ "fancy-test": "^1.4.1",

"tslint": "^5.11.0",
"typescript": "^3.1.3"
"typescript": "^3.1.4"
},

@@ -59,0 +60,0 @@ "engines": {

@@ -23,2 +23,10 @@ cli-ux

JavaScript:
```javascript
const {cli} = require('cli-ux')
cli.prompt('What is your name?')
```
# cli.prompt()

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