Socket
Socket
Sign inDemoInstall

pdfkit-table

Package Overview
Dependencies
66
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.28 to 0.1.29

2

package.json
{
"name": "pdfkit-table",
"version": "0.1.28",
"version": "0.1.29",
"description": "PdfKit Table. 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",

@@ -162,3 +162,3 @@ # pdfkit-table

- width <code>Number</code>
- renderer <code>Function</code> function(value, indexColumn, indexRow, row) => { return value }
- renderer <code>Function</code> function(value, indexColumn, indexRow, row) { return value }
- datas <code>Array.&lt;object&gt;</code>

@@ -183,3 +183,3 @@ - rows <code>Array.[]</code>

{ label:"Name", property: 'name', width: 100, renderer: null },
{ label:"Age", property: 'age', width: 100, renderer: renderer: (value) => `U$ ${Number(value).toFixed(1)}` },
{ label:"Age", property: 'age', width: 100, renderer: (value) => `U$ ${Number(value).toFixed(1)}` },
],

@@ -186,0 +186,0 @@ // complex content

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc