Comparing version 1.27.2 to 1.27.3
{ | ||
"name": "btrz-pdf", | ||
"version": "1.27.2", | ||
"version": "1.27.3", | ||
"description": "Generates pdf documents based on a liquid template", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -70,3 +70,2 @@ const {Liquid} = require("liquidjs"); | ||
.replace(/[\"]/g, '\\"') | ||
.replace(/[\']/g, "\\'") | ||
.replace(/[\/]/g, '\\/') | ||
@@ -73,0 +72,0 @@ .replace(/[\b]/g, '\\b') |
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
388375
9532