pdf-from-html
Advanced tools
Comparing version 0.1.2-beta.2 to 0.1.2-beta.3
{ | ||
"name": "pdf-from-html", | ||
"version": "0.1.2-beta.2", | ||
"version": "0.1.2-beta.3", | ||
"description": "Generate PDF file using an HTML file as input for the body.", | ||
@@ -30,15 +30,15 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"meow": "^6.0.0", | ||
"mustache": "^3.2.0", | ||
"puppeteer": "^2.0.0" | ||
"meow": "^7.0.0", | ||
"mustache": "^4.0.0", | ||
"puppeteer": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"meow": "6.1.0", | ||
"meow": "7.0.0", | ||
"mustache": "4.0.1", | ||
"puppeteer": "3.0.0", | ||
"puppeteer": "3.0.3", | ||
"chai": "4.2.0", | ||
"expect.js": "0.3.1", | ||
"mocha": "7.1.1", | ||
"mocha": "7.1.2", | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0