Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3.0 to 0.3.1

2

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

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

@@ -118,2 +118,4 @@ /*jslint node: true, unparam: true, nomen: true */

self.pdf.addPage();
// Reset Y position for next page
pos.y = self.pdf.page.margins.top;
}

@@ -120,0 +122,0 @@ self.emitter.emit('page-added', self, row);

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