Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inquirer - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

5

lib/utils/screen-manager.js

@@ -20,6 +20,7 @@ 'use strict';

function normalizedCliWidth() {
var width = cliWidth() || cliWidth.defaultWidth;
if (process.platform === 'win32') {
return cliWidth() - 1;
return width - 1;
}
return cliWidth();
return width;
}

@@ -26,0 +27,0 @@

2

package.json
{
"name": "inquirer",
"version": "0.11.3",
"version": "0.11.4",
"description": "A collection of common interactive command line user interfaces.",

@@ -5,0 +5,0 @@ "main": "lib/inquirer.js",

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