Socket
Socket
Sign inDemoInstall

voilab-pdf-table

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voilab-pdf-table - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "voilab-pdf-table",
"version": "0.4.1",
"version": "0.4.2",
"description": "PdfKit wrapper that helps to draw informations in simple tables.",

@@ -5,0 +5,0 @@ "main": "voilab-table.js",

@@ -187,3 +187,3 @@ /*jslint node: true, unparam: true, nomen: true */

content = renderer ? renderer(self, row, false, column) : row[column.id],
height = !content ? 1 : self.pdf.heightOfString(content, lodash.assign(lodash.clone(column), {
height = !content || column.ellipsis ? 1 : self.pdf.heightOfString(content, lodash.assign(lodash.clone(column), {
width: column.width - getPaddingValue('horizontal', column.padding)

@@ -190,0 +190,0 @@ })),

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc