pdfkit-table
Advanced tools
Comparing version 0.1.21 to 0.1.22
{ | ||
"name": "pdfkit-table", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with javascript (PDFKIT plugin) ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -75,3 +75,3 @@ # pdfkit-table | ||
{ | ||
options: { fontSize: 10, separation: true} }, | ||
options: { fontSize: 10, separation: true}, | ||
name: 'bold:Name 2', | ||
@@ -83,2 +83,3 @@ description: 'bold:Lorem ipsum dolor.', | ||
price4: '$4', | ||
}, | ||
{ | ||
@@ -85,0 +86,0 @@ name: 'Name 3', |
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
17907
296