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

@lightningtv/solid

Package Overview
Dependencies
Maintainers
0
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/solid - npm Package Compare versions

Comparing version

to
2.7.9-1

3

dist/src/primitives/Lazy.jsx

@@ -43,4 +43,5 @@ import { Index, createEffect, createMemo, createSignal, Show, untrack, } from 'solid-js';

// });
const handler = keyHandler(updateOffset);
return (<Show when={items()} fallback={props.fallback}>
<Dynamic component={component} {...props} {...keyHandler(updateOffset)}>
<Dynamic component={component} {...props} {...handler}>
<Index each={items()} children={props.children}/>

@@ -47,0 +48,0 @@ </Dynamic>

{
"name": "@lightningtv/solid",
"version": "2.7.9-0",
"version": "2.7.9-1",
"description": "Lightning Renderer for Solid Universal",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet