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

ansi2

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi2 - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

24

dist/wasm/index.d.ts

@@ -6,2 +6,3 @@ /**

* @param {string | undefined} [font]
* @param {Mode | undefined} [mode]
* @returns {string}

@@ -16,3 +17,8 @@ */

"2": "Vga";
}>, width?: number | undefined, font?: string | undefined): string;
}>, width?: number | undefined, font?: string | undefined, mode?: Readonly<{
Dark: 0;
"0": "Dark";
Light: 1;
"1": "Light";
}> | undefined): string;
/**

@@ -23,2 +29,3 @@ * @param {string} s

* @param {string | undefined} [font]
* @param {Mode | undefined} [mode]
* @returns {string}

@@ -33,3 +40,8 @@ */

"2": "Vga";
}>, width?: number | undefined, font?: string | undefined): string;
}>, width?: number | undefined, font?: string | undefined, mode?: Readonly<{
Dark: 0;
"0": "Dark";
Light: 1;
"1": "Light";
}> | undefined): string;
/**

@@ -43,2 +55,10 @@ * @param {string} s

*/
export const Mode: Readonly<{
Dark: 0;
"0": "Dark";
Light: 1;
"1": "Light";
}>;
/**
*/
export const Theme: Readonly<{

@@ -45,0 +65,0 @@ Vscode: 0;

11

package.json
{
"name": "ansi2",
"version": "0.1.11",
"version": "0.1.12",
"description": "ansi2",

@@ -8,2 +8,5 @@ "main": "dist/index.js",

"types": "./dist/index.d.ts",
"author": "ahaoboy",
"license": "MIT",
"homepage": "https://github.com/ahaoboy/ansi2",
"files": [

@@ -13,2 +16,6 @@ "dist",

],
"repository": {
"type": "git",
"url": "git+https://github.com/ahaoboy/ansi2.git"
},
"scripts": {

@@ -22,4 +29,2 @@ "build:cli": "esbuild ./src-ts/cli.ts --bundle --outdir=./dist --platform=node",

"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {

@@ -26,0 +31,0 @@ "commander": "12.1.0",

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

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