Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdf2pic

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf2pic - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

.github/ISSUE_TEMPLATE/bug_report.md

11

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc