@vencakrecl/pdf-generator
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@vencakrecl/pdf-generator", | ||
"author": "Venca Krecl <venca.email@gmail.com>", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Package for convert HTML to PDF by headless Chrome.", | ||
@@ -28,21 +28,21 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/express": "^4.17.6", | ||
"@types/express": "^4.17.7", | ||
"@types/jest": "25.2.2", | ||
"@types/pug": "^2.0.4", | ||
"@types/puppeteer": "^2.1.0", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"bootstrap": "^4.5.0", | ||
"eslint": "^7.0.0", | ||
"@types/puppeteer": "^2.1.1", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"bootstrap": "^4.5.2", | ||
"eslint": "^7.6.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "25.5.2", | ||
"minimist": "^1.2.5", | ||
"prettier": "^2.0.5", | ||
"tsdx": "^0.13.2", | ||
"minimist": "^1.2.5" | ||
"tsdx": "^0.13.2" | ||
}, | ||
"dependencies": { | ||
"ajv": "^6.12.2", | ||
"ajv": "^6.12.3", | ||
"express": "^4.17.1", | ||
"pug": "^2.0.4", | ||
"puppeteer": "^3.0.4" | ||
"puppeteer": "^3.3.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "main": "dist/index.js", |
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
Updatedajv@^6.12.3
Updatedpuppeteer@^3.3.0