Socket
Socket
Sign inDemoInstall

@rushstack/terminal

Package Overview
Dependencies
Maintainers
3
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/terminal - npm Package Compare versions

Comparing version 0.10.4 to 0.11.0

2

dist/terminal.d.ts

@@ -328,3 +328,3 @@ /**

*/
export declare interface IStdioSummarizerOptions {
export declare interface IStdioSummarizerOptions extends ITerminalWritableOptions {
/**

@@ -331,0 +331,0 @@ * Specifies the maximum number of leading lines to include in the summary.

import { type ITerminalChunk } from './ITerminalChunk';
import { TerminalWritable } from './TerminalWritable';
import { type ITerminalWritableOptions, TerminalWritable } from './TerminalWritable';
/**

@@ -7,3 +7,3 @@ * Constructor options for {@link StdioSummarizer}.

*/
export interface IStdioSummarizerOptions {
export interface IStdioSummarizerOptions extends ITerminalWritableOptions {
/**

@@ -10,0 +10,0 @@ * Specifies the maximum number of leading lines to include in the summary.

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

constructor(options) {
super();
super(options);
this._abridgedOmittedLines = 0;

@@ -39,0 +39,0 @@ if (!options) {

{
"name": "@rushstack/terminal",
"version": "0.10.4",
"version": "0.11.0",
"description": "User interface primitives for console applications",

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

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc