Comparing version 2.1.3 to 2.1.4
{ | ||
"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 |
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
18263
Updatedfs-extra@^9.1.0