@nosferatu500/textract-lite
Advanced tools
Comparing version 7.0.4 to 7.0.5
{ | ||
"name": "@nosferatu500/textract-lite", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "homepage": "https://github.com/nosferatu500/textract-lite", | ||
"engines": { | ||
"node": ">=18" | ||
"node": ">=20" | ||
}, | ||
@@ -36,20 +36,20 @@ "repository": { | ||
"iconv-lite": "^0.6.3", | ||
"jschardet": "^3.1.2", | ||
"mime": "^4.0.1", | ||
"jschardet": "^3.1.3", | ||
"mime": "^4.0.4", | ||
"xpath": "^0.0.34", | ||
"yauzl": "^3.1.2" | ||
"yauzl": "^3.1.3" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.3.14", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "~20.9.5", | ||
"@types/chai": "^4.3.17", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "~20.16.0", | ||
"@types/yauzl": "^2.10.3", | ||
"@typescript-eslint/eslint-plugin": "^7.6.0", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"chai": "^5.1.0", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"chai": "^5.1.1", | ||
"eslint": "^8.57.0", | ||
"mocha": "^10.4.0", | ||
"mocha": "^10.7.3", | ||
"ts-node": "^10.9.2", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5" | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -56,0 +56,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
20363
Updatedjschardet@^3.1.3
Updatedmime@^4.0.4
Updatedyauzl@^3.1.3