Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cliui

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cliui - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

CHANGELOG.md

17

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

@@ -9,3 +9,4 @@ "main": "index.js",

"test": "nyc mocha",
"coverage": "nyc --reporter=text-lcov mocha | coveralls"
"coverage": "nyc --reporter=text-lcov mocha | coveralls",
"version": "standard-version"
},

@@ -57,5 +58,9 @@ "repository": {

"mocha": "^2.4.5",
"nyc": "^6.1.1",
"standard": "^6.0.8"
}
}
"nyc": "^6.4.0",
"standard": "^6.0.8",
"standard-version": "^2.1.2"
},
"files": [
"index.js"
]
}

@@ -6,2 +6,3 @@ # cliui

[![NPM version](https://img.shields.io/npm/v/cliui.svg)](https://www.npmjs.com/package/cliui)
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)

@@ -8,0 +9,0 @@ easily create complex multi-column command-line-interfaces.

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