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

ansi-output

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-output - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

20

dist/ansi-output.d.ts

@@ -59,3 +59,3 @@ /**

*/
export interface ANSIOutputLine {
export declare type ANSIOutputLine = {
/**

@@ -69,3 +69,3 @@ * Gets the identifier.

readonly outputRuns: ANSIOutputRun[];
}
};
/**

@@ -209,18 +209,2 @@ * ANSIOutputRun interface.

private processSGR;
/**
* Gets and ranges a parameter value.
* @param value The value.
* @param defaultValue The default value.
* @param minValue The minimum value.
* @param maxValue The maximum value.
* @returns The ranged parameter value.
*/
private rangeParam;
/**
* Gets a parameter value.
* @param value The value.
* @param defaultValue The default value.
* @returns The parameter value.
*/
private getParam;
}

@@ -227,0 +211,0 @@ /**

2

package.json
{
"name": "ansi-output",
"version": "0.0.5",
"version": "0.0.6",
"description": "ANSI escape sequence processing",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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