Comparing version 0.1.11 to 0.1.12
@@ -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; |
{ | ||
"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
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
ansi |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
2
0
2487716
64831
1