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

@remotion/layout-utils

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/layout-utils - npm Package Compare versions

Comparing version

to
4.0.107

2

dist/cjs/layouts/fill-text-box.js

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

const lineWidthWithWordAdded = widths.reduce((a, b) => a + b, 0);
if (lineWidthWithWordAdded <= maxBoxWidth) {
if (Math.ceil(lineWidthWithWordAdded) < maxBoxWidth) {
lines[currentlyAt].push({

@@ -33,0 +33,0 @@ text: lines[currentlyAt].length === 0 ? text.trimStart() : text,

{
"name": "@remotion/layout-utils",
"version": "4.0.106",
"version": "4.0.107",
"description": "Layout Utils for Remotion",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

Sorry, the diff of this file is not supported yet