pdf-from-html
Advanced tools
Comparing version 0.1.0-beta.3 to 0.1.0-beta.4
@@ -36,3 +36,3 @@ const puppeteer = require('puppeteer'); | ||
if (!fs.existsSync(destinationDocsFolderPath)) { | ||
fs.mkdirSync(destinationDocsFolderPath); | ||
fs.mkdirSync(destinationDocsFolderPath, { recursive: true }); | ||
} | ||
@@ -39,0 +39,0 @@ // write it to a file |
{ | ||
"name": "pdf-from-html", | ||
"version": "0.1.0-beta.3", | ||
"version": "0.1.0-beta.4", | ||
"description": "Generate PDF file using an HTML file as input for the body.", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/obernardovieira/pdf-from-html.git" | ||
"url": "git+https://github.com/soldocjs/pdf-from-html.git" | ||
}, | ||
@@ -26,16 +26,16 @@ "keywords": [ | ||
"author": "obernardovieira", | ||
"license": "Apache-2.0", | ||
"license": "GPL-3.0-only", | ||
"bugs": { | ||
"url": "https://github.com/obernardovieira/pdf-from-html/issues" | ||
"url": "https://github.com/soldocjs/pdf-from-html/issues" | ||
}, | ||
"homepage": "https://github.com/obernardovieira/pdf-from-html#readme", | ||
"homepage": "https://github.com/soldocjs/pdf-from-html#readme", | ||
"dependencies": { | ||
"meow": "5.0.0", | ||
"mustache": "3.0.1", | ||
"puppeteer": "1.14.0" | ||
"puppeteer": "1.18.1" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "0.3.1", | ||
"mocha": "6.1.3" | ||
"mocha": "6.1.4" | ||
} | ||
} |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
49213
8
3
70
+ Addedpuppeteer@1.18.1(transitive)
- Removedpuppeteer@1.14.0(transitive)
Updatedpuppeteer@1.18.1