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 2.2.0-beta.12 to 2.2.0-beta.13

4

dist/src/intrinsicTypes.d.ts

@@ -50,3 +50,3 @@ import { type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type AnimationSettings as RendererAnimationSettings, type LinearGradientEffectProps, type RadialGradientEffectProps, type RadialProgressEffectProps, type ITextNodeProps } from '@lightningjs/renderer';

export interface ElementText extends NewOmit<ElementNode, '_type' | 'parent'>, RendererText {
_type: 'text';
_type: 'textNode';
parent?: ElementNode;

@@ -57,3 +57,3 @@ text: string;

id?: string;
_type: 'textNode';
_type: 'text';
parent?: ElementText;

@@ -60,0 +60,0 @@ states?: any;

{
"name": "@lightningtv/core",
"version": "2.2.0-beta.12",
"version": "2.2.0-beta.13",
"description": "Lightning TV Core for Universal Renderers",

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

@@ -95,3 +95,3 @@ import {

RendererText {
_type: 'text';
_type: 'textNode';
parent?: ElementNode;

@@ -103,3 +103,3 @@ text: string;

id?: string;
_type: 'textNode';
_type: 'text';
parent?: ElementText;

@@ -106,0 +106,0 @@ states?: any;

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