pdf-from-html
Advanced tools
Comparing version 0.1.1 to 0.1.2-beta
{ | ||
"name": "pdf-from-html", | ||
"version": "0.1.1", | ||
"version": "0.1.2-beta", | ||
"description": "Generate PDF file using an HTML file as input for the body.", | ||
@@ -10,8 +10,3 @@ "main": "src/index.js", | ||
], | ||
"bin": { | ||
"pdf-from-html": "bin/cli.js" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"bin": "bin/cli.js", | ||
"scripts": { | ||
@@ -22,3 +17,3 @@ "test": "mocha" | ||
"type": "git", | ||
"url": "git+https://github.com/soldocjs/pdf-from-html.git" | ||
"url": "git+https://github.com/hq20/pdf-from-html.git" | ||
}, | ||
@@ -30,17 +25,22 @@ "keywords": [ | ||
], | ||
"author": "obernardovieira", | ||
"author": "hq20", | ||
"license": "GPL-3.0-only", | ||
"bugs": { | ||
"url": "https://github.com/soldocjs/pdf-from-html/issues" | ||
"url": "https://github.com/hq20/pdf-from-html/issues" | ||
}, | ||
"homepage": "https://github.com/soldocjs/pdf-from-html#readme", | ||
"dependencies": { | ||
"meow": "5.0.0", | ||
"mustache": "3.0.1", | ||
"puppeteer": "1.19.0" | ||
"homepage": "https://github.com/hq20/pdf-from-html#readme", | ||
"peerDependencies": { | ||
"meow": "5.0.x", | ||
"mustache": "3.1.x", | ||
"puppeteer": "1.20.x" | ||
}, | ||
"devDependencies": { | ||
"meow": "6.0.0", | ||
"mustache": "3.2.1", | ||
"puppeteer": "2.0.0", | ||
"chai": "4.2.0", | ||
"expect.js": "0.3.1", | ||
"mocha": "6.2.0" | ||
"mocha": "7.0.0", | ||
"pdf-to-text": "0.0.7" | ||
} | ||
} |
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
41384
7
+ Addedmustache@3.1.0(transitive)
+ Addedpuppeteer@1.20.0(transitive)
- Removedmeow@5.0.0
- Removedmustache@3.0.1
- Removedpuppeteer@1.19.0
- Removedmustache@3.0.1(transitive)
- Removedpuppeteer@1.19.0(transitive)