@iqx-limited/quick-pdf 1.1.12 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
# QuickPDF
|
|
1
|
+
# QuickPDF [](https://github.com/IQXLimited/quickpdf/actions/workflows/publish.yml)
|
|
2
|
+
|
|
2
3
|
Handling PDFs in NodeJS (📃 to 🖼️)
|
|
3
4
|
|
|
4
5
|
This project provides a set of utilities for converting various file formats without the need for additional dependencies. It supports multiple file types and leverages technologies like `Puppeteer` and `PDFKit` for file processing.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iqx-limited/quick-pdf",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"author": "IQX",
|
|
5
5
|
"description": "Converting PDFs to images (📃 to 📸)",
|
|
6
6
|
"type": "module",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"engineStrict": true,
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"file-type": "^19.6.0",
|
|
39
|
-
"html-validate": "^
|
|
40
|
-
"image-size": "^1.
|
|
39
|
+
"html-validate": "^9.1.1",
|
|
40
|
+
"image-size": "^1.2.0",
|
|
41
41
|
"path2d-polyfill": "^3.1.3",
|
|
42
|
-
"pdfkit": "^0.
|
|
43
|
-
"puppeteer": "^23.
|
|
42
|
+
"pdfkit": "^0.16.0",
|
|
43
|
+
"puppeteer": "^23.11.1",
|
|
44
44
|
"semver": "^7.6.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@stylistic/eslint-plugin": "^2.
|
|
48
|
-
"@types/node": "^22.10.
|
|
49
|
-
"@types/pdfkit": "^0.13.
|
|
47
|
+
"@stylistic/eslint-plugin": "^2.12.1",
|
|
48
|
+
"@types/node": "^22.10.5",
|
|
49
|
+
"@types/pdfkit": "^0.13.8",
|
|
50
50
|
"@types/semver": "^7.5.8",
|
|
51
|
-
"eslint": "^9.
|
|
51
|
+
"eslint": "^9.17.0",
|
|
52
52
|
"typescript": "^5.7.2",
|
|
53
|
-
"typescript-eslint": "^8.
|
|
53
|
+
"typescript-eslint": "^8.19.1"
|
|
54
54
|
}
|
|
55
55
|
}
|