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

cross-platform-pdf-generator

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-platform-pdf-generator - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "cross-platform-pdf-generator",
"version": "0.2.2",
"version": "0.2.3",
"description": "pulsation pdg generator for web and ios",

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

@@ -97,4 +97,2 @@ import { PDFDocument, StandardFonts, rgb, PDFFont, PDFPage, PDFTextField } from 'pdf-lib';

const field = fields[i];
const type = field.constructor.name
if (type !== "PDFTextField") continue;
const name = field.getName();

@@ -105,3 +103,2 @@ const value = data.find(v => v.title === name);

await drawTextInField(value, field, document);
console.log(`${type}: ${name}`);
}

@@ -434,3 +431,3 @@

const font = await document.embedFont(StandardFonts.Helvetica);
const img = json?.documentSettings?.footerJPGx;
const img = json?.documentSettings?.footerJPG;

@@ -437,0 +434,0 @@ //create PDF Img

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