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
158
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.0-rc1 to 1.5.0-rc2

2

dist/src/elementNode.js

@@ -252,3 +252,3 @@ import { renderer, createShader } from './lightningInit.js';

_layoutOnLoad() {
this.lng.on('loaded', this.parent.queueLayout);
this.lng.on('loaded', () => this.parent.queueLayout());
}

@@ -255,0 +255,0 @@ getText() {

{
"name": "@lightningtv/core",
"version": "1.5.0-rc1",
"version": "1.5.0-rc2",
"description": "Lightning TV Core for Universal Renderers",

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

@@ -397,3 +397,3 @@ import { renderer, createShader } from './lightningInit.js';

_layoutOnLoad() {
(this.lng as INode).on('loaded', this.parent!.queueLayout);
(this.lng as INode).on('loaded', () => this.parent!.queueLayout());
}

@@ -400,0 +400,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