@nosferatu500/textract-lite
Advanced tools
Comparing version 7.0.7 to 7.0.8
import fs from "fs"; | ||
import mime from "mime"; | ||
import { extract } from "./extract"; | ||
import { extract } from "./extract.js"; | ||
export async function fromFileWithMimeAndPath(type, filePath, options) { | ||
@@ -5,0 +5,0 @@ if (fs.existsSync(filePath)) { |
{ | ||
"name": "@nosferatu500/textract-lite", | ||
"version": "7.0.7", | ||
"version": "7.0.8", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/nosferatu500/textract-lite", |
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
20369