@pr0gramm/fluester
Advanced tools
Comparing version 0.5.3 to 0.6.0
@@ -1,3 +0,3 @@ | ||
import { ModelName } from "./model.js"; | ||
import { LanguageDetectionResult, TranscriptLine } from "./transcript.js"; | ||
import { type ModelName } from "./model.js"; | ||
import { type LanguageDetectionResult, type TranscriptLine } from "./transcript.js"; | ||
export { createWebVttString } from "./webvtt.js"; | ||
@@ -4,0 +4,0 @@ export { convertFileToProcessableFile } from "./ffmpeg.js"; |
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
import { nodeModulesModelPath } from "../interop.js"; | ||
import { defaultModel, modelList, modelStats } from "../model.js"; | ||
import { defaultModel, modelList, modelStats, } from "../model.js"; | ||
async function determineModel() { | ||
@@ -10,0 +10,0 @@ // ["/usr/bin/node", "../.bin/download", <model name>] |
{ | ||
"name": "@pr0gramm/fluester", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"license": "MIT", | ||
@@ -26,8 +26,8 @@ "description": "Node.js bindings for OpenAI's Whisper. Optimized for CPU.", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.5.3", | ||
"@biomejs/biome": "^1.6.4", | ||
"@types/fluent-ffmpeg": "^2.1.24", | ||
"@types/node": "^20.11.17", | ||
"bun": "^1.0.26", | ||
"typedoc": "^0.25.8", | ||
"typescript": "^5.3.3" | ||
"@types/node": "^20.12.5", | ||
"bun": "^1.1.2", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.4" | ||
}, | ||
@@ -34,0 +34,0 @@ "repository": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
7
2
3991385
133
6786