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.53 to 2.0.54

2

lib/components/component-grid-generator.js

@@ -50,3 +50,3 @@ "use strict";

x: rowStartX,
y: startingPosition.y + row * (maxComponentHeight + componentPadding * 2),
y: startingPosition.y + row * (Math.min(componentSize.height, maxComponentHeight) + componentPadding * 2),
};

@@ -53,0 +53,0 @@ for (let col = 0; col < gridTemplate.gridDimensions.cols; col++) {

{
"name": "@contrail/document-generation",
"version": "2.0.53",
"version": "2.0.54",
"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