Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lightningtv/core

Package Overview
Dependencies
Maintainers
0
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/core - npm Package Compare versions

Comparing version 2.5.9 to 2.5.10

4

dist/src/flex.js

@@ -38,3 +38,3 @@ import { isTextNode, isElementText } from './utils.js';

const containerSize = node[dimension] || 0;
const containerCrossSize = node[crossDimension] || 0;
let containerCrossSize = node[crossDimension] || 0;
const gap = node.gap || 0;

@@ -85,3 +85,3 @@ const justify = node.justifyContent || 'flexStart';

containerUpdated = true;
node.height = newHeight;
node.height = containerCrossSize = newHeight;
}

@@ -88,0 +88,0 @@ }

{
"name": "@lightningtv/core",
"version": "2.5.9",
"version": "2.5.10",
"description": "Lightning TV Core for Universal Renderers",

@@ -5,0 +5,0 @@ "type": "module",

@@ -47,3 +47,3 @@ import { type ElementNode } from './elementNode.js';

const containerSize = node[dimension] || 0;
const containerCrossSize = node[crossDimension] || 0;
let containerCrossSize = node[crossDimension] || 0;
const gap = node.gap || 0;

@@ -106,3 +106,3 @@ const justify = node.justifyContent || 'flexStart';

containerUpdated = true;
node.height = newHeight;
node.height = containerCrossSize = newHeight;
}

@@ -109,0 +109,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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