💾 Self-hosted online file converter. Supports 1000+ formats ⚙️
7 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/converters/vcf.test.ts | 19 | "Full Name": "John Doe", |
| LOW | tests/converters/vcf.test.ts | 39 | expect(result).toEqual([{ "Full Name": "John Doe" }, { "Full Name": "Jane Smith" }]); |
| LOW | tests/converters/vcf.test.ts | 55 | "Full Name": "John Doe", |
| LOW | tests/converters/vcf.test.ts | 69 | "Full Name": "John Doe", |
| LOW | tests/converters/vcf.test.ts | 77 | expect(result).toBe('Full Name,Phone,Email\n"John Doe","+123","john@example.com"'); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/converters/helpers/converters.ts | 93 | export async function runConvertLogsStderrorAndStdout(convertFn: ConvertFnWithExecFile) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/converters/vips.ts | 101 | // if (fileType === "svg") { |