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.72 to 0.1.73

14

index.js

@@ -173,12 +173,12 @@ // jshint esversion: 6

// distance
const d = rowDistance * 1.5;
// margin
const m = options.x || this.page.margins.left || 30;
// disabled
if(options.divider[type].disabled === true) return;
// validate
const s = options.divider[type].disabled || false;
if(s === true) return;
opacity = opacity || options.divider[type].opacity || 0.5;
width = width || options.divider[type].width || 0.5;
// distance
const d = rowDistance * 1.5;
// margin
const m = options.x || this.page.margins.left;

@@ -185,0 +185,0 @@ // draw

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

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