Socket
Socket
Sign inDemoInstall

@rushstack/terminal

Package Overview
Dependencies
Maintainers
3
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1 to 0.9.0

3

dist/terminal.d.ts

@@ -111,3 +111,3 @@ /**

* Terminal provider that prints to STDOUT (for log- and verbose-level messages) and
* STDERR (for warning- and error-level messsages).
* STDERR (for warning- and error-level messages).
*

@@ -117,2 +117,3 @@ * @beta

export declare class ConsoleTerminalProvider implements ITerminalProvider {
static readonly supportsColor: boolean;
/**

@@ -119,0 +120,0 @@ * If true, verbose-level messages should be written to the console.

@@ -21,3 +21,3 @@ import { type ITerminalProvider, TerminalProviderSeverity } from './ITerminalProvider';

* Terminal provider that prints to STDOUT (for log- and verbose-level messages) and
* STDERR (for warning- and error-level messsages).
* STDERR (for warning- and error-level messages).
*

@@ -27,2 +27,3 @@ * @beta

export declare class ConsoleTerminalProvider implements ITerminalProvider {
static readonly supportsColor: boolean;
/**

@@ -29,0 +30,0 @@ * If true, verbose-level messages should be written to the console.

@@ -11,3 +11,3 @@ "use strict";

* Terminal provider that prints to STDOUT (for log- and verbose-level messages) and
* STDERR (for warning- and error-level messsages).
* STDERR (for warning- and error-level messages).
*

@@ -72,2 +72,3 @@ * @beta

exports.ConsoleTerminalProvider = ConsoleTerminalProvider;
ConsoleTerminalProvider.supportsColor = safe_1.enabled;
//# sourceMappingURL=ConsoleTerminalProvider.js.map
{
"name": "@rushstack/terminal",
"version": "0.8.1",
"version": "0.9.0",
"description": "User interface primitives for console applications",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"colors": "~1.2.1",
"@rushstack/node-core-library": "4.0.1"
"@rushstack/node-core-library": "4.0.2"
},

@@ -18,0 +18,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc