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

@lightningtv/core

Package Overview
Dependencies
Maintainers
0
Versions
160
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 1.5.2 to 1.5.3

10

dist/src/elementNode.js

@@ -445,7 +445,2 @@ import { renderer, createShader } from './lightningInit.js';

}
if (this.requiresLayout() && !this._containsTextNodes) {
// Since the element doesn't contain any text nodes, it's safe to do layout early since we know dimensions.
// This has the added benefit of laying out without animating the nodes
this.updateLayout();
}
if (topNode && parent.requiresLayout()) {

@@ -542,2 +537,7 @@ parent.queueLayout();

node.rendered = true;
if (this.requiresLayout() && !this._containsTextNodes) {
// Since the element doesn't contain any text nodes, it's safe to do layout early since we know dimensions.
// This has the added benefit of laying out without animating the nodes
this.updateLayout();
}
if (node.autosize && parent.requiresLayout()) {

@@ -544,0 +544,0 @@ node._layoutOnLoad();

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

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

@@ -631,8 +631,2 @@ import { renderer, createShader } from './lightningInit.js';

if (this.requiresLayout() && !this._containsTextNodes) {
// Since the element doesn't contain any text nodes, it's safe to do layout early since we know dimensions.
// This has the added benefit of laying out without animating the nodes
this.updateLayout();
}
if (topNode && parent.requiresLayout()) {

@@ -744,2 +738,8 @@ parent.queueLayout();

if (this.requiresLayout() && !this._containsTextNodes) {
// Since the element doesn't contain any text nodes, it's safe to do layout early since we know dimensions.
// This has the added benefit of laying out without animating the nodes
this.updateLayout();
}
if (node.autosize && parent.requiresLayout()) {

@@ -746,0 +746,0 @@ node._layoutOnLoad();

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