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 3.0.0-alpha.5 to 3.0.0

CHANGELOG.md

1

lib/action/base.js

@@ -166,1 +166,2 @@ "use strict";

exports.ActionBase = ActionBase;
//# sourceMappingURL=base.js.map

@@ -53,1 +53,2 @@ "use strict";

exports.default = SimpleAction;
//# sourceMappingURL=simple.js.map

@@ -75,1 +75,2 @@ "use strict";

exports.default = SpinnerAction;
//# sourceMappingURL=spinner.js.map

@@ -374,1 +374,2 @@ "use strict";

};
//# sourceMappingURL=spinners.js.map

@@ -10,4 +10,5 @@ import Rx = require('rxjs/Rx');

action: ActionBase;
errorsHandled: boolean;
errlog: string | undefined;
}
export declare const config: Config;

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

this.action = new Action();
this.errorsHandled = false;
}

@@ -41,1 +42,2 @@ get errlog() { return globals.errlog; }

exports.config = fetch();
//# sourceMappingURL=config.js.map

@@ -20,1 +20,2 @@ "use strict";

exports.default = exports.deps;
//# sourceMappingURL=deps.js.map

@@ -77,2 +77,5 @@ "use strict";

function handleUnhandleds() {
if (config_1.config.errorsHandled)
return;
config_1.config.errorsHandled = true;
process.once('SIGINT', () => {

@@ -113,1 +116,2 @@ const cli = new _1.CLI('SIGINT');

exports.default = default_1;
//# sourceMappingURL=errors.js.map

@@ -13,1 +13,2 @@ "use strict";

exports.ExitError = ExitError;
//# sourceMappingURL=exit.js.map
import { ActionBase } from './action/base';
import { ExitError } from './exit';
import { IPromptOptions } from './prompt';

@@ -31,1 +32,2 @@ import { Config } from './config';

export default cli;
export { ExitError };

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

const exit_1 = require("./exit");
exports.ExitError = exit_1.ExitError;
const logger_1 = require("./logger");

@@ -106,1 +107,2 @@ const output_1 = require("./output");

});
//# sourceMappingURL=index.js.map

@@ -30,1 +30,2 @@ "use strict";

exports.renderList = renderList;
//# sourceMappingURL=list.js.map

@@ -67,1 +67,2 @@ "use strict";

exports.default = setup;
//# sourceMappingURL=logger.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=message.js.map

@@ -29,1 +29,2 @@ "use strict";

exports.default = default_1;
//# sourceMappingURL=output.js.map

@@ -36,1 +36,2 @@ "use strict";

}
//# sourceMappingURL=prompt.js.map

@@ -40,1 +40,2 @@ "use strict";

exports.default = styledObject;
//# sourceMappingURL=object.js.map

@@ -95,1 +95,2 @@ "use strict";

module.exports = table;
//# sourceMappingURL=table.js.map

2

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

@@ -6,0 +6,0 @@ "bugs": "https://github.com/dxcli/cli-ux/issues",

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