New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/document-generation

Package Overview
Dependencies
Maintainers
16
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/document-generation - npm Package Compare versions

Comparing version 2.0.59 to 2.0.60

2

lib/components/component-grid-generator.js

@@ -52,2 +52,3 @@ "use strict";

componentPosition.x = rowStartX;
componentPosition.y += Math.min(componentSize.height, maxComponentHeight) + componentPadding * 2;
for (let col = 0; col < gridTemplate.gridDimensions.cols; col++) {

@@ -64,3 +65,2 @@ if (dataIndex >= data.length) {

componentPosition.x += componentSize.width + componentPadding * 2;
componentPosition.y += Math.min(componentSize.height, maxComponentHeight) + componentPadding * 2;
}

@@ -67,0 +67,0 @@ }

{
"name": "@contrail/document-generation",
"version": "2.0.59",
"version": "2.0.60",
"description": "Utilities for automatic generation of documents.",

@@ -5,0 +5,0 @@ "main": "lib/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