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.3.3 to 1.3.4

1

dist/src/focusManager.js

@@ -34,2 +34,3 @@ import { Config } from './config.js';

activeElement = elm;
// Callback for libraries to use signals / refs
Config.setActiveElement(elm);

@@ -36,0 +37,0 @@ };

@@ -87,2 +87,7 @@ import { type IAnimationController, type AnimationSettings, type Dimensions, type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type INode, type ITextNodeProps, type LinearGradientEffectProps, type NodeFailedPayload, type NodeLoadedPayload, type RadialGradientEffectProps, type RadialProgressEffectProps, INodeProps } from '@lightningjs/renderer';

marginTop?: number;
x?: number;
y?: number;
width?: number;
height?: number;
zIndex?: number;
transition?: Record<string, Partial<AnimationSettings> | true | false> | true | false;

@@ -89,0 +94,0 @@ }

2

package.json
{
"name": "@lightningtv/core",
"version": "1.3.3",
"version": "1.3.4",
"description": "Lightning TV Core for Universal Renderers",

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

@@ -45,2 +45,3 @@ import { Config } from './config.js';

activeElement = elm;
// Callback for libraries to use signals / refs
Config.setActiveElement(elm);

@@ -47,0 +48,0 @@ };

@@ -157,2 +157,7 @@ import {

marginTop?: number;
x?: number;
y?: number;
width?: number;
height?: number;
zIndex?: number;
transition?:

@@ -159,0 +164,0 @@ | Record<string, Partial<AnimationSettings> | true | false>

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