Comparing version 0.1.7 to 0.1.8
#!/usr/bin/env node | ||
require('../dist/cli') |
@@ -17,1 +17,7 @@ /** | ||
export function to_html(s: string, theme: string, width?: number | undefined, font?: string | undefined): string; | ||
/** | ||
* @param {string} s | ||
* @param {number | undefined} [width] | ||
* @returns {string} | ||
*/ | ||
export function to_text(s: string, width?: number | undefined): string; |
{ | ||
"name": "ansi2", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "ansi2", | ||
@@ -12,9 +12,2 @@ "main": "dist/index.js", | ||
], | ||
"scripts": { | ||
"build:cli": "esbuild ./src-ts/cli.ts --bundle --outdir=./dist --platform=node", | ||
"build": "pnpm run build:wasm && pnpm run build:sync && tsc && pnpm run build:cli", | ||
"build:wasm": "wasm-pack build --target=web --out-dir ./web --release", | ||
"build:sync": " wasm-pack-sync ./web -d ./src-ts/wasm --name index", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
@@ -24,10 +17,17 @@ "author": "", | ||
"dependencies": { | ||
"commander": "12.0.0" | ||
"commander": "12.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.11", | ||
"esbuild": "^0.21.1", | ||
"@types/node": "22.2.0", | ||
"esbuild": "0.23.0", | ||
"typescript": "^5.4.5", | ||
"wasm-pack-sync": "0.1.5" | ||
}, | ||
"scripts": { | ||
"build:cli": "esbuild ./src-ts/cli.ts --bundle --outdir=./dist --platform=node", | ||
"build": "pnpm run build:wasm && pnpm run build:sync && tsc && pnpm run build:cli", | ||
"build:wasm": "wasm-pack build --target=web --out-dir ./web --release", | ||
"build:sync": " wasm-pack-sync ./web -d ./src-ts/wasm --name index", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ ## usage |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
411900
4459
1
+ Addedcommander@12.1.0(transitive)
- Removedcommander@12.0.0(transitive)
Updatedcommander@12.1.0