express-hogan-pdf
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "express-hogan-pdf", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "PDF generation using Hogan.js to template XML. Can be used as an express view engine or can output to a PDF stream, buffer, or file", | ||
@@ -29,3 +29,3 @@ "main": "lib/generate.js", | ||
"debug": "^4.1.1", | ||
"xml-to-pdf": "^1.0.4" | ||
"xml-to-pdf": "^1.1.1" | ||
}, | ||
@@ -36,10 +36,10 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"eslint": "^5.15.3", | ||
"hogan.js": "^3.0.2", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.12.1", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^5.2.0", | ||
"sinon": "^7.2.3", | ||
"mocha": "^6.0.2", | ||
"sinon": "^7.3.0", | ||
"sinon-chai": "^3.3.0" | ||
} | ||
} |
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
Updatedxml-to-pdf@^1.1.1