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

cli-ux

Package Overview
Dependencies
Maintainers
3
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 2.0.16 to 2.0.17

6

lib/deps.d.ts
import { Chalk } from 'chalk';
import moment = require('moment');
import ansiStyles = require('ansi-styles');
import screen = require('@cli-engine/screen');
import Prompt from './prompt';

@@ -18,2 +19,3 @@ import { Errors } from './errors';

readonly passwordPrompt: any;
readonly screen: typeof screen;
readonly Prompt: typeof Prompt;

@@ -25,8 +27,4 @@ readonly Errors: typeof Errors;

readonly Config: typeof Config;
readonly screen: {
readonly errtermwidth: number;
readonly stdtermwidth: number;
};
readonly ExitError: typeof exitError.ExitError;
};
export default deps;

@@ -10,2 +10,3 @@ "use strict";

get passwordPrompt() { return fetch('password-prompt'); },
get screen() { return fetch('@cli-engine/screen'); },
get Prompt() { return fetch('./prompt').default; },

@@ -17,3 +18,2 @@ get Errors() { return fetch('./errors').Errors; },

get Config() { return fetch('./config').default; },
get screen() { return fetch('./screen').default; },
get ExitError() { return fetch('./exit_error').ExitError; },

@@ -20,0 +20,0 @@ };

{
"name": "cli-ux",
"description": "set of CLI output utilities",
"version": "2.0.16",
"version": "2.0.17",
"author": "Jeff Dickey",
"bugs": "https://github.com/heroku/cli-ux/issues",
"dependencies": {
"@cli-engine/screen": "^0.0.0",
"@heroku-cli/color": "^1.0.4",

@@ -9,0 +10,0 @@ "@heroku/linewrap": "^1.0.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