Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "pdf2pic", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A utility for converting pdf to image formats. Supports different outputs: directly to file, base64 or buffer.", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.19.50", | ||
"@types/node": "^16.18.39", | ||
"@types/rimraf": "^4.0.5", | ||
@@ -48,3 +48,3 @@ "@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"engines": { | ||
"node": ">=18" | ||
"node": ">=14" | ||
}, | ||
@@ -83,7 +83,4 @@ "repository": { | ||
"lint-staged": { | ||
"*.{js,ts}": [ | ||
"prettier --write", | ||
"eslint --fix" | ||
] | ||
"*.{js,ts}": ["prettier --write", "eslint --fix"] | ||
} | ||
} |
@@ -20,3 +20,3 @@ # pdf2pic | ||
* node >= 18.x | ||
* node >= 14.x | ||
* graphicsmagick | ||
@@ -198,11 +198,2 @@ * ghostscript | ||
This is deprecated and will be removed in the next major version. | ||
## Version Compatibility | ||
| pdf2pic version | node version | | ||
|-----------------|------------------| | ||
| 1.4.0 | < 10.x | | ||
| 2.1.4, 2.2.4 | >= 10.x | | ||
| 3.1.1 | >= 14.x | | ||
| >= 3.1.2 | >= 18.x | | ||
@@ -209,0 +200,0 @@ ## Contributing |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27368
27
214