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.8 to 0.0.9

14

dist/ansi-output.d.ts

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

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

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

readonly outputRuns: ANSIOutputRun[];
};
}
/**
* ANSIOutputRun interface.
*/
export declare type ANSIOutputRun = {
export interface ANSIOutputRun {
/**

@@ -87,7 +87,7 @@ * Gets the identifier.

readonly text: string;
};
}
/**
* ANSIFormat interface.
*/
export declare type ANSIFormat = {
export interface ANSIFormat {
/**

@@ -113,7 +113,7 @@ * Gets the styles.

readonly font?: string;
};
}
/**
* ANSIOutput class.
*/
export default class ANSIOutput {
export declare class ANSIOutput {
/**

@@ -120,0 +120,0 @@ * Gets or sets the parser state.

{
"name": "ansi-output",
"version": "0.0.8",
"version": "0.0.9",
"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