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
0
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.214

12

dist/cjs/layouts/fit-text.d.ts

@@ -21,10 +21,10 @@ import type { ModifyableCSSProperties, TextTransform } from '../layouts/measure-text';

fontFamily: string;
fontWeight?: string | number | undefined;
letterSpacing?: string | undefined;
fontVariantNumeric?: string | undefined;
validateFontIsLoaded?: boolean | undefined;
textTransform?: TextTransform | undefined;
additionalStyles?: ModifyableCSSProperties<Partial<CSSStyleDeclaration>> | undefined;
fontWeight?: number | string;
letterSpacing?: string;
fontVariantNumeric?: string;
validateFontIsLoaded?: boolean;
textTransform?: TextTransform;
additionalStyles?: ModifyableCSSProperties;
}) => {
fontSize: number;
};

@@ -6,3 +6,3 @@ {

"name": "@remotion/layout-utils",
"version": "4.0.213",
"version": "4.0.214",
"description": "Utilities for working with layouts",

@@ -43,4 +43,4 @@ "main": "dist/cjs/index.js",

"lint": "eslint src --ext ts,tsx",
"build": "bun --env-file=../.env.bundle bundle.ts"
"make": "bun --env-file=../.env.bundle bundle.ts"
}
}