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 2.1.3 to 2.1.4

22

package.json
{
"name": "pdf2pic",
"version": "2.1.3",
"version": "2.1.4",
"description": "A utility for converting pdf to image and base64 format.",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"dependencies": {
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"gm": "^1.23.1"

@@ -16,17 +16,17 @@ },

"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-alias": "^3.1.2",
"@types/chai": "^4.2.14",
"@types/fs-extra": "^9.0.5",
"@types/fs-extra": "^9.0.6",
"@types/gm": "^1.18.9",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"@types/node": "^14.14.25",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"chai": "^4.2.0",
"eslint": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"chai": "^4.3.0",
"eslint": "^7.19.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",
"rollup": "^2.38.5",
"rollup-plugin-terser": "^7.0.2",

@@ -36,3 +36,3 @@ "rollup-plugin-typescript2": "^0.29.0",

"tsconfig-paths": "^3.9.0",
"tslib": "^2.0.3",
"tslib": "^2.1.0",
"typescript": "^4.1.3"

@@ -39,0 +39,0 @@ },

@@ -180,3 +180,3 @@ # PDF2Pic

* saveFilename - set output's file name
* compressioon - set output's compression method
* compression - set output's compression method

@@ -183,0 +183,0 @@ ## Contributing

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