Socket
Socket
Sign inDemoInstall

pdfkit-table

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfkit-table - npm Package Compare versions

Comparing version 0.1.45 to 0.1.46

2

index.js

@@ -19,3 +19,3 @@ // jshint esversion: 6

*/
addBackground = ({x, y, width, height}, fillColor, fillOpacity) => {
addBackground ({x, y, width, height}, fillColor, fillOpacity) {

@@ -22,0 +22,0 @@ // validate

{
"name": "pdfkit-table",
"version": "0.1.45",
"version": "0.1.46",
"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",

@@ -214,3 +214,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, rectRow, rectCell ) { return value }
- datas <code>Array.&lt;object&gt;</code>

@@ -372,2 +372,7 @@ - rows <code>Array.[]</code>

### 0.1.46
+ fix addBackground() function to node 8
- Thanks ***@mehmetunubol***
### 0.1.45

@@ -374,0 +379,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