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.3 to 0.2.4

2

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

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

@@ -147,3 +147,3 @@ import { GenericStorage } from "./utils/GenericUtils/GenericStorage.js";

if (target === undefined) { console.log("can't find view, maybe destination or view is missing"); return; }
const generatedView = generateGVR(target, r.row_config.path, rowCount);
const generatedView = generateGVR(target, r.row_config.path, rowCount + 1);
resultList.push(...generateData(generatedView, data, totalViews));

@@ -150,0 +150,0 @@ } else if (typeof view?.view_path === "string") {

@@ -40,3 +40,3 @@ import { GenericRow, GenericSection, GenericViewRepresentation, GenericDependencyValidation } from "./GenericView.js";

const path = row.row_name;
const path = row.row_name + `#${i}`;

@@ -43,0 +43,0 @@ const generatedRowConfig = {

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