cross-platform-pdf-generator
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "cross-platform-pdf-generator", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "pulsation pdg generator for web and ios", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -453,3 +453,3 @@ import { PDFDocument, StandardFonts, rgb, PDFFont, PDFPage, PDFTextField } from 'pdf-lib'; | ||
other.forEach(o => { | ||
flatResult.push({ type: o?.type ?? "unknown", title: o?.title, value: o?.value, id: o?.id, component: v?.component }); | ||
flatResult.push({ type: o?.type ?? "unknown", title: o?.title, value: o?.value, id: o?.id, component: o?.component }); | ||
}) | ||
@@ -456,0 +456,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package